Lines Matching defs:CTX__GHASH
732 # define CTX__GHASH(f) (ctx->ghash = (f))
734 # define CTX__GHASH(f) (ctx->ghash = NULL)
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);
792 CTX__GHASH(gcm_ghash_vis3);
796 CTX__GHASH(gcm_ghash_4bit);
802 CTX__GHASH(gcm_ghash_p8);
806 CTX__GHASH(gcm_ghash_4bit);
811 # undef CTX__GHASH