Home
last modified time | relevance | path

Searched refs:gcm_ghash_clmul (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/modes/asm/x86_64/
Dghash-x86_64.s915 .globl gcm_ghash_clmul symbol
916 .type gcm_ghash_clmul,@function
918 gcm_ghash_clmul: label
1299 .size gcm_ghash_clmul,.-gcm_ghash_clmul
/third_party/openssl/crypto/modes/
Dgcm128.c648 void gcm_ghash_clmul(u64 Xi[2], const u128 Htable[16], const u8 *inp,
654 # define gcm_ghash_avx gcm_ghash_clmul
764 CTX__GHASH(gcm_ghash_clmul);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3103 #define gcm_ghash_clmul BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, gcm_ghash_clmul) macro