Lines Matching refs:ciphertext_len
160 const u8 *in, unsigned long ciphertext_len, u8 *iv,
176 unsigned long ciphertext_len);
201 const u8 *in, unsigned long ciphertext_len, u8 *iv,
225 const u8 *in, unsigned long ciphertext_len, u8 *iv, in aesni_gcm_dec_avx() argument
230 if ((ciphertext_len < AVX_GEN2_OPTSIZE) || (aes_ctx-> key_length != AES_KEYSIZE_128)) { in aesni_gcm_dec_avx()
232 ciphertext_len, iv, hash_subkey, aad, in aesni_gcm_dec_avx()
236 aesni_gcm_dec_avx_gen2(ctx, out, in, ciphertext_len, iv, aad, in aesni_gcm_dec_avx()
256 const u8 *in, unsigned long ciphertext_len, u8 *iv,
284 const u8 *in, unsigned long ciphertext_len, u8 *iv, in aesni_gcm_dec_avx2() argument
289 if ((ciphertext_len < AVX_GEN2_OPTSIZE) || (aes_ctx-> key_length != AES_KEYSIZE_128)) { in aesni_gcm_dec_avx2()
291 ciphertext_len, iv, hash_subkey, in aesni_gcm_dec_avx2()
293 } else if (ciphertext_len < AVX_GEN4_OPTSIZE) { in aesni_gcm_dec_avx2()
295 aesni_gcm_dec_avx_gen2(ctx, out, in, ciphertext_len, iv, aad, in aesni_gcm_dec_avx2()
299 aesni_gcm_dec_avx_gen4(ctx, out, in, ciphertext_len, iv, aad, in aesni_gcm_dec_avx2()
314 const u8 *in, unsigned long ciphertext_len,