Searched refs:gcm_ghash_avx (Results 1 – 3 of 3) sorted by relevance
265 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in, size_t len);270 ctx->gcm.funcs.ghash == gcm_ghash_avx)
354 # define gcm_ghash_avx gcm_ghash_clmul macro358 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,452 ctx->ghash = gcm_ghash_avx; in gcm_get_funcs()
140 gctx->gcm.ghash==gcm_ghash_avx)
Completed in 20 milliseconds