Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c969 u8 ghash_acc[16], const u8 *aad, int aadlen);
972 u8 ghash_acc[16], const u8 *aad, int aadlen);
975 u8 ghash_acc[16], const u8 *aad, int aadlen);
977 static void aes_gcm_aad_update(const struct aes_gcm_key *key, u8 ghash_acc[16], in aes_gcm_aad_update()
981 aes_gcm_aad_update_vaes_avx10(AES_GCM_KEY_AVX10(key), ghash_acc, in aes_gcm_aad_update()
984 aes_gcm_aad_update_aesni_avx(AES_GCM_KEY_AESNI(key), ghash_acc, in aes_gcm_aad_update()
987 aes_gcm_aad_update_aesni(AES_GCM_KEY_AESNI(key), ghash_acc, in aes_gcm_aad_update()
993 const u32 le_ctr[4], u8 ghash_acc[16],
997 const u32 le_ctr[4], u8 ghash_acc[16],
1001 const u32 le_ctr[4], u8 ghash_acc[16],
[all …]