Searched refs:gcm_ghash_clmul (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/modes/asm/ |
D | ghash-x86_64.S | 772 .globl gcm_ghash_clmul symbol 773 .type gcm_ghash_clmul,@function 775 gcm_ghash_clmul: label 977 .size gcm_ghash_clmul,.-gcm_ghash_clmul
|
D | ghash-x86.S | 1024 .globl gcm_ghash_clmul symbol 1025 .type gcm_ghash_clmul,@function 1027 gcm_ghash_clmul: label 1221 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
|
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/ |
D | ghash-x86_64.S | 870 .globl gcm_ghash_clmul symbol 871 .hidden gcm_ghash_clmul 872 .type gcm_ghash_clmul,@function 874 gcm_ghash_clmul: label 1253 .size gcm_ghash_clmul,.-gcm_ghash_clmul
|
/external/chromium_org/third_party/boringssl/linux-x86/crypto/modes/ |
D | ghash-x86.S | 1038 .globl gcm_ghash_clmul symbol 1039 .hidden gcm_ghash_clmul 1040 .type gcm_ghash_clmul,@function 1042 gcm_ghash_clmul: label 1225 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
|
/external/chromium_org/third_party/boringssl/src/crypto/modes/ |
D | gcm.c | 326 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, 332 #define gcm_ghash_avx gcm_ghash_clmul 418 ctx->ghash = gcm_ghash_clmul; in CRYPTO_gcm128_init()
|
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/ |
D | ghash-x86_64.asm | 897 PUBLIC gcm_ghash_clmul 900 gcm_ghash_clmul PROC PUBLIC label 1305 gcm_ghash_clmul ENDP
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 656 void gcm_ghash_clmul(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); 728 ctx->ghash = gcm_ghash_clmul;
|