Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Daesni-intel_glue.c108 #define AVX_GEN2_OPTSIZE 640 macro
212 if ((plaintext_len < AVX_GEN2_OPTSIZE) || (aes_ctx-> key_length != AES_KEYSIZE_128)){ in aesni_gcm_enc_avx()
230 if ((ciphertext_len < AVX_GEN2_OPTSIZE) || (aes_ctx-> key_length != AES_KEYSIZE_128)) { in aesni_gcm_dec_avx()
267 if ((plaintext_len < AVX_GEN2_OPTSIZE) || (aes_ctx-> key_length != AES_KEYSIZE_128)) { in aesni_gcm_enc_avx2()
289 if ((ciphertext_len < AVX_GEN2_OPTSIZE) || (aes_ctx-> key_length != AES_KEYSIZE_128)) { in aesni_gcm_dec_avx2()
928 req->cryptlen < AVX_GEN2_OPTSIZE) { in gcmaes_encrypt()
1000 req->cryptlen < AVX_GEN2_OPTSIZE) { in gcmaes_decrypt()