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.c923 u8 ghash_acc[16], const u8 *aad, int aadlen);
926 u8 ghash_acc[16], const u8 *aad, int aadlen);
929 u8 ghash_acc[16], const u8 *aad, int aadlen);
932 u8 ghash_acc[16], const u8 *aad, int aadlen);
934 static void aes_gcm_aad_update(const struct aes_gcm_key *key, u8 ghash_acc[16], in aes_gcm_aad_update()
939 ghash_acc, aad, aadlen); in aes_gcm_aad_update()
942 ghash_acc, aad, aadlen); in aes_gcm_aad_update()
944 aes_gcm_aad_update_aesni_avx(AES_GCM_KEY_AESNI(key), ghash_acc, in aes_gcm_aad_update()
947 aes_gcm_aad_update_aesni(AES_GCM_KEY_AESNI(key), ghash_acc, in aes_gcm_aad_update()
953 const u32 le_ctr[4], u8 ghash_acc[16],
[all …]