Searched refs:gcm_ghash_avx (Results 1 – 4 of 4) sorted by relevance
1268 .globl gcm_ghash_avx symbol1269 .hidden gcm_ghash_avx1270 .type gcm_ghash_avx,@function1272 gcm_ghash_avx: label1274 .size gcm_ghash_avx,.-gcm_ghash_avx
332 #define gcm_ghash_avx gcm_ghash_clmul macro336 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, size_t len);414 ctx->ghash = gcm_ghash_avx; in CRYPTO_gcm128_init()
200 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,203 (gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.ghash == gcm_ghash_avx)
1318 PUBLIC gcm_ghash_avx1321 gcm_ghash_avx PROC PUBLIC label1323 gcm_ghash_avx ENDP