Home
last modified time | relevance | path

Searched refs:gcm_ghash_avx (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Daes_platform.h226 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in, size_t len);
231 ctx->gcm.ghash == gcm_ghash_avx)
/freebsd/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm.c233 void gcm_ghash_avx(uint64_t Xi[2], const __uint128_t Htable[16], const void *in,
313 gcm_ghash_avx(ctx->gcm.Xi.u, ctx->gcm.Htable, aad, i); in gcm_aad_aesni()
H A Dghash-x86_64.S1423 .globl gcm_ghash_avx
1424 .type gcm_ghash_avx,@function
1426 gcm_ghash_avx: label
1801 .size gcm_ghash_avx,.-gcm_ghash_avx
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S282 ENTRY_ALIGN(gcm_ghash_avx, 32)
657 SET_SIZE(gcm_ghash_avx)
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c999 gcm_ghash_avx((ctx)->gcm_ghash, (const uint64_t *)(ctx)->gcm_Htable, \
1021 extern void ASMABI gcm_ghash_avx(uint64_t ghash[2], const uint64_t *Htable,
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c640 # define gcm_ghash_avx gcm_ghash_clmul macro
644 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
742 CTX__GHASH(gcm_ghash_avx);
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c140 gctx->gcm.ghash==gcm_ghash_avx)