Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/i386/
H A Dghash-x86.S1062 .globl gcm_ghash_clmul
1063 .type gcm_ghash_clmul,@function
1065 gcm_ghash_clmul: label
1253 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
2379 .globl gcm_ghash_clmul
2380 .type gcm_ghash_clmul,@function
2382 gcm_ghash_clmul: label
2570 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
/freebsd/sys/crypto/openssl/amd64/
H A Dghash-x86_64.S919 .globl gcm_ghash_clmul
920 .type gcm_ghash_clmul,@function
922 gcm_ghash_clmul: label
1304 .size gcm_ghash_clmul,.-gcm_ghash_clmul
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c634 void gcm_ghash_clmul(u64 Xi[2], const u128 Htable[16], const u8 *inp,
640 # define gcm_ghash_avx gcm_ghash_clmul
746 CTX__GHASH(gcm_ghash_clmul);