Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c732 # define CTX__GHASH(f) (ctx->ghash = (f)) macro
734 # define CTX__GHASH(f) (ctx->ghash = NULL) macro
742 CTX__GHASH(gcm_ghash_avx);
746 CTX__GHASH(gcm_ghash_clmul);
759 CTX__GHASH(gcm_ghash_4bit_mmx);
762 CTX__GHASH(gcm_ghash_4bit_x86);
766 CTX__GHASH(gcm_ghash_4bit);
773 CTX__GHASH(gcm_ghash_v8);
780 CTX__GHASH(gcm_ghash_neon);
786 CTX__GHASH(gcm_ghash_4bit);
[all …]