| /src/crypto/openssl/crypto/aes/ |
| H A D | aes_cfb.c | 31 (block128_f)AES_encrypt); in AES_cfb128_encrypt() 40 (block128_f)AES_encrypt); in AES_cfb1_encrypt() 48 (block128_f)AES_encrypt); in AES_cfb8_encrypt()
|
| H A D | aes_ige.c | 73 AES_encrypt((unsigned char *)outp->data, in AES_ige_encrypt() 97 AES_encrypt((unsigned char *)tmp2.data, in AES_ige_encrypt() 210 AES_encrypt(out, out, key); in AES_bi_ige_encrypt() 236 AES_encrypt(out, out, key); in AES_bi_ige_encrypt()
|
| H A D | aes_ofb.c | 24 (block128_f)AES_encrypt); in AES_ofb128_encrypt()
|
| H A D | aes_ecb.c | 29 AES_encrypt(in, out, key); in AES_ecb_encrypt()
|
| H A D | aes_cbc.c | 27 (block128_f)AES_encrypt); in AES_cbc_encrypt()
|
| H A D | aes_wrap.c | 24 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f)AES_encrypt); in AES_wrap_key()
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw.c | 39 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt, in aes_gcm_initkey() 52 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt, in aes_gcm_initkey() 55 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt, NULL); in aes_gcm_initkey()
|
| H A D | cipher_aes_hw.c | 95 dat->block = (block128_f)AES_encrypt; in cipher_hw_aes_initkey() 110 dat->block = (block128_f)AES_encrypt; in cipher_hw_aes_initkey()
|
| H A D | cipher_aes_ccm_hw.c | 44 AES_HW_CCM_SET_KEY_FN(AES_set_encrypt_key, AES_encrypt, NULL, NULL) in ccm_generic_aes_initkey()
|
| H A D | cipher_aes_ocb_hw.c | 55 AES_encrypt, AES_decrypt, NULL, NULL); in cipher_hw_aes_ocb_generic_initkey()
|
| H A D | cipher_aes_xts_hw.c | 85 AES_encrypt, AES_decrypt, stream_enc, stream_dec); in cipher_hw_aes_xts_generic_initkey()
|
| H A D | cipher_aes_wrp.c | 141 ctx->block = (block128_f)AES_encrypt; in aes_wrap_init()
|
| /src/sys/crypto/openssl/ |
| H A D | ossl_arm.h | 49 void AES_encrypt(const void *, void *, const void *); 84 AES_encrypt(scratch, out, key); in AES_CBC_ENCRYPT()
|
| H A D | ossl_aes_gcm.c | 36 #define AES_encrypt aesni_encrypt macro 47 void AES_encrypt(const unsigned char *in, unsigned char *out, void *ks); 60 #define AES_encrypt aes_p8_encrypt macro 72 void AES_encrypt(const unsigned char *in, unsigned char *out, void *ks); 166 AES_encrypt(ctx->gcm.H.c, ctx->gcm.H.c, &ctx->aes_ks); in gcm_init_op() 199 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EK0.c, &ctx->aes_ks); in gcm_setiv_op() 284 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EKi.c, in gcm_encrypt() 365 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EKi.c, &ctx->aes_ks); in gcm_encrypt_ctr32() 436 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EKi.c, in gcm_decrypt() 525 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EKi.c, &ctx->aes_ks); in gcm_decrypt_ctr32()
|
| /src/sys/crypto/openssl/powerpc64/ |
| H A D | aes-ppc.S | 605 .globl AES_encrypt symbol 606 .type AES_encrypt,@function 608 AES_encrypt: label 609 .localentry AES_encrypt,0 1040 .size AES_encrypt,.-AES_encrypt
|
| /src/sys/crypto/openssl/arm/ |
| H A D | ossl_aes_gcm_neon.c | 26 void AES_encrypt(const void *in, void *out, const void *ks); 44 AES_encrypt(ctx->gcm.H.c, ctx->gcm.H.c, &ctx->aes_ks); in gcm_init() 76 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EK0.c, &ctx->aes_ks); in gcm_setiv() 223 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EKi.c, &ctx->aes_ks); in gcm_encrypt() 312 AES_encrypt(ctx->gcm.Yi.c, ctx->gcm.EKi.c, &ctx->aes_ks); in gcm_decrypt()
|
| /src/sys/crypto/openssl/powerpc64le/ |
| H A D | aes-ppc.S | 605 .globl AES_encrypt symbol 606 .type AES_encrypt,@function 608 AES_encrypt: label 609 .localentry AES_encrypt,0 1064 .size AES_encrypt,.-AES_encrypt
|
| /src/sys/crypto/openssl/powerpc/ |
| H A D | aes-ppc.S | 604 .globl AES_encrypt symbol 605 .type AES_encrypt,@function 607 AES_encrypt: label 1037 .size AES_encrypt,.-AES_encrypt
|
| /src/crypto/openssl/include/openssl/ |
| H A D | aes.h | 56 void AES_encrypt(const unsigned char *in, unsigned char *out,
|
| /src/crypto/openssl/test/ |
| H A D | modes_internal_test.c | 207 (block128_f)AES_encrypt), in execute_cts128() 871 CRYPTO_gcm128_init(&ctx, &key, (block128_f)AES_encrypt); in test_gcm128()
|
| /src/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-ia64.S | 283 .global AES_encrypt# 284 .proc AES_encrypt# 286 AES_encrypt: label 297 add out8=(AES_Te#-AES_encrypt#),r3 // Te0 420 .endp AES_encrypt# 454 s/AES_encrypt/AES_decrypt/g;
|
| H A D | bsaes-armv8.pl | 1447 bl AES_encrypt 1517 bl AES_encrypt 1846 …mov v13.d[0], v11.d[1] // just in case AES_encrypt corrupts top half of callee-saved … 1850 bl AES_encrypt 1885 …mov v13.d[0], v11.d[1] // just in case AES_encrypt corrupts top half of callee-saved … 1887 bl AES_encrypt
|
| /src/crypto/openssl/crypto/evp/ |
| H A D | e_aes.c | 2482 dat->block = (block128_f)AES_encrypt; in aes_init_key() 2495 dat->block = (block128_f)AES_encrypt; in aes_init_key() 2827 (block128_f)AES_encrypt); in aes_gcm_init_key() 2845 (block128_f)AES_encrypt); in aes_gcm_init_key() 3320 xctx->xts.block1 = (block128_f)AES_encrypt; in aes_xts_init_key() 3327 xctx->xts.block2 = (block128_f)AES_encrypt; in aes_xts_init_key() 3520 &cctx->ks, (block128_f)AES_encrypt); in aes_ccm_init_key() 3745 (block128_f)AES_encrypt); in aes_wrap_cipher() 3753 out, in, inlen, (block128_f)AES_encrypt); in aes_wrap_cipher() 3964 (block128_f)AES_encrypt, in aes_ocb_init_key()
|
| /src/sys/crypto/openssl/amd64/ |
| H A D | aes-x86_64.S | 333 .globl AES_encrypt symbol 334 .type AES_encrypt,@function 339 AES_encrypt: label 418 .size AES_encrypt,.-AES_encrypt
|
| /src/crypto/openssl/util/ |
| H A D | missingcrypto.txt | 11 AES_encrypt(3)
|