Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Daes_platform.h265 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)
/openssl/crypto/modes/
H A Dgcm128.c354 # define gcm_ghash_avx gcm_ghash_clmul macro
358 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
452 ctx->ghash = gcm_ghash_avx; in gcm_get_funcs()
/openssl/crypto/evp/
H A De_aes.c140 gctx->gcm.ghash==gcm_ghash_avx)

Completed in 20 milliseconds