/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | aes_platform.h | 224 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in, size_t len); 229 ctx->gcm.ghash == gcm_ghash_avx)
|
/third_party/openssl/include/crypto/ |
H A D | aes_platform.h | 224 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in, size_t len); 229 ctx->gcm.ghash == gcm_ghash_avx)
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 1189 .globl gcm_ghash_avx 1190 .type gcm_ghash_avx,\@abi-omnipotent 1192 gcm_ghash_avx: 1608 .size gcm_ghash_avx,.-gcm_ghash_avx 1614 .size gcm_ghash_avx,.-gcm_ghash_avx 1185 gcm_ghash_avx: global() label
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 1189 .globl gcm_ghash_avx 1190 .type gcm_ghash_avx,\@abi-omnipotent 1192 gcm_ghash_avx: 1608 .size gcm_ghash_avx,.-gcm_ghash_avx 1614 .size gcm_ghash_avx,.-gcm_ghash_avx 1185 gcm_ghash_avx: global() label
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/modes/ |
H A D | ghash-x86_64.s | 1422 .globl gcm_ghash_avx 1423 .type gcm_ghash_avx,@function 1425 gcm_ghash_avx: label 1800 .size gcm_ghash_avx,.-gcm_ghash_avx
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/modes/ |
H A D | ghash-x86_64.s | 1422 .globl gcm_ghash_avx 1423 .type gcm_ghash_avx,@function 1425 gcm_ghash_avx: label 1800 .size gcm_ghash_avx,.-gcm_ghash_avx
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/modes/ |
H A D | ghash-x86_64.s | 1422 .globl gcm_ghash_avx 1423 .type gcm_ghash_avx,@function 1425 gcm_ghash_avx: label 1800 .size gcm_ghash_avx,.-gcm_ghash_avx
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/modes/ |
H A D | ghash-x86_64.s | 1422 .globl gcm_ghash_avx 1423 .type gcm_ghash_avx,@function 1425 gcm_ghash_avx: label 1800 .size gcm_ghash_avx,.-gcm_ghash_avx
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/modes/ |
H A D | ghash-x86_64.s | 1422 .globl gcm_ghash_avx 1423 .type gcm_ghash_avx,@function 1425 gcm_ghash_avx: label 1800 .size gcm_ghash_avx,.-gcm_ghash_avx
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/modes/ |
H A D | ghash-x86_64.s | 1422 .globl gcm_ghash_avx 1423 .type gcm_ghash_avx,@function 1425 gcm_ghash_avx: label 1800 .size gcm_ghash_avx,.-gcm_ghash_avx
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 640 # define gcm_ghash_avx gcm_ghash_clmul macro 644 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp, 742 CTX__GHASH(gcm_ghash_avx);
|
/third_party/openssl/crypto/modes/ |
H A D | gcm128.c | 640 # define gcm_ghash_avx gcm_ghash_clmul macro 644 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp, 742 CTX__GHASH(gcm_ghash_avx);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 140 gctx->gcm.ghash==gcm_ghash_avx)
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 140 gctx->gcm.ghash==gcm_ghash_avx)
|