Searched refs:gcm_ghash_avx (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S277 .globl gcm_ghash_avx
278 .type gcm_ghash_avx,@function
280 gcm_ghash_avx: label
654 .size gcm_ghash_avx,.-gcm_ghash_avx
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl1182 .globl gcm_ghash_avx
1183 .type gcm_ghash_avx,\@abi-omnipotent
1185 gcm_ghash_avx:
1600 .size gcm_ghash_avx,.-gcm_ghash_avx
1606 .size gcm_ghash_avx,.-gcm_ghash_avx
1178 gcm_ghash_avx: label
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Dghash-x86_64.S1419 .globl gcm_ghash_avx
1420 .type gcm_ghash_avx,@function
1422 gcm_ghash_avx: label
1796 .size gcm_ghash_avx,.-gcm_ghash_avx
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1054 gcm_ghash_avx((ctx)->gcm_ghash, (const uint64_t *)(ctx)->gcm_Htable, \
1073 extern void gcm_ghash_avx(uint64_t ghash[2], const uint64_t *Htable,
/freebsd-13-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c654 # define gcm_ghash_avx gcm_ghash_clmul macro
658 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
760 CTX__GHASH(gcm_ghash_avx);
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_aes.c258 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in,
261 gctx->gcm.ghash==gcm_ghash_avx)
263 gctx->gcm.ghash==gcm_ghash_avx)

Completed in 87 milliseconds