/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | aes_platform.h | 188 void aesni_ctr32_encrypt_blocks(const unsigned char *in, 228 # define AES_GCM_ASM(ctx) (ctx->ctr == aesni_ctr32_encrypt_blocks && \
|
/third_party/openssl/include/crypto/ |
H A D | aes_platform.h | 188 void aesni_ctr32_encrypt_blocks(const unsigned char *in, 228 # define AES_GCM_ASM(ctx) (ctx->ctr == aesni_ctr32_encrypt_blocks && \
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-x86_64.s | 1029 .globl aesni_ctr32_encrypt_blocks 1030 .type aesni_ctr32_encrypt_blocks,@function 1032 aesni_ctr32_encrypt_blocks: label 1607 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/ |
H A D | aesni-x86_64.s | 1029 .globl aesni_ctr32_encrypt_blocks 1030 .type aesni_ctr32_encrypt_blocks,@function 1032 aesni_ctr32_encrypt_blocks: label 1607 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-x86_64.s | 1029 .globl aesni_ctr32_encrypt_blocks 1030 .type aesni_ctr32_encrypt_blocks,@function 1032 aesni_ctr32_encrypt_blocks: label 1607 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/ |
H A D | aesni-x86_64.s | 1029 .globl aesni_ctr32_encrypt_blocks 1030 .type aesni_ctr32_encrypt_blocks,@function 1032 aesni_ctr32_encrypt_blocks: label 1607 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/ |
H A D | aesni-x86_64.s | 1029 .globl aesni_ctr32_encrypt_blocks 1030 .type aesni_ctr32_encrypt_blocks,@function 1032 aesni_ctr32_encrypt_blocks: label 1607 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/ |
H A D | aesni-x86_64.s | 1029 .globl aesni_ctr32_encrypt_blocks 1030 .type aesni_ctr32_encrypt_blocks,@function 1032 aesni_ctr32_encrypt_blocks: label 1607 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/aes/ |
H A D | aesni-x86.S | 869 .globl aesni_ctr32_encrypt_blocks 870 .type aesni_ctr32_encrypt_blocks,@function 872 aesni_ctr32_encrypt_blocks: label 1111 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/aes/ |
H A D | aesni-x86.S | 869 .globl aesni_ctr32_encrypt_blocks 870 .type aesni_ctr32_encrypt_blocks,@function 872 aesni_ctr32_encrypt_blocks: label 1111 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/ |
H A D | aesni-x86.S | 869 .globl aesni_ctr32_encrypt_blocks 870 .type aesni_ctr32_encrypt_blocks,@function 872 aesni_ctr32_encrypt_blocks: label 1111 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/aes/ |
H A D | aesni-x86.S | 869 .globl aesni_ctr32_encrypt_blocks 870 .type aesni_ctr32_encrypt_blocks,@function 872 aesni_ctr32_encrypt_blocks: label 1111 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 1197 # void aesni_ctr32_encrypt_blocks (const void *in, void *out, 1214 .globl aesni_ctr32_encrypt_blocks 1215 .type aesni_ctr32_encrypt_blocks,\@function,5 1217 aesni_ctr32_encrypt_blocks: 1770 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks 1211 aesni_ctr32_encrypt_blocks: global() label
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 1197 # void aesni_ctr32_encrypt_blocks (const void *in, void *out, 1214 .globl aesni_ctr32_encrypt_blocks 1215 .type aesni_ctr32_encrypt_blocks,\@function,5 1217 aesni_ctr32_encrypt_blocks: 1770 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks 1211 aesni_ctr32_encrypt_blocks: global() label
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 167 dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks; in aesni_init_key() 233 gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks; in aesni_gcm_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 167 dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks; in aesni_init_key() 233 gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks; in aesni_gcm_init_key()
|