Searched refs:_gcm_encrypt_avx512 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/crypto/openssl/amd64/ |
H A D | ossl_aes_gcm.c | 152 _gcm_encrypt_avx512(struct ossl_gcm_context *ctx, const unsigned char *in, in _gcm_encrypt_avx512() function 184 return _gcm_encrypt_avx512(ctx, in, out, len, true); in gcm_encrypt_avx512() 191 return _gcm_encrypt_avx512(ctx, in, out, len, false); in gcm_decrypt_avx512()
|