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

/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl1126 .globl gcm_ghash_avx
1127 .type gcm_ghash_avx,\@abi-omnipotent
1129 gcm_ghash_avx:
1542 .size gcm_ghash_avx,.-gcm_ghash_avx
1547 .size gcm_ghash_avx,.-gcm_ghash_avx
1122 gcm_ghash_avx: label
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dghash-x86_64.S1363 .globl gcm_ghash_avx
1364 .type gcm_ghash_avx,@function
1366 gcm_ghash_avx: label
1738 .size gcm_ghash_avx,.-gcm_ghash_avx
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes.c260 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in,
263 gctx->gcm.ghash==gcm_ghash_avx)
265 gctx->gcm.ghash==gcm_ghash_avx)
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c707 # define gcm_ghash_avx gcm_ghash_clmul macro
711 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
811 ctx->ghash = gcm_ghash_avx;

Completed in 83 milliseconds