Searched refs:aes_gcm_aad_update (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 977 static void aes_gcm_aad_update(const struct aes_gcm_key *key, u8 ghash_acc[16], in aes_gcm_aad_update() function 1309 aes_gcm_aad_update(key, ghash_acc, buf, 16, flags); in gcm_process_assoc() 1315 aes_gcm_aad_update(key, ghash_acc, src, len, flags); in gcm_process_assoc() 1331 aes_gcm_aad_update(key, ghash_acc, buf, pos, flags); in gcm_process_assoc()
|