Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_glue.c992 static void aes_gcm_aad_update(const struct aes_gcm_key *key, u8 ghash_acc[16], in aes_gcm_aad_update() function
1323 aes_gcm_aad_update(key, ghash_acc, buf, 16, flags); in gcm_process_assoc()
1329 aes_gcm_aad_update(key, ghash_acc, src, len, flags); in gcm_process_assoc()
1345 aes_gcm_aad_update(key, ghash_acc, buf, pos, flags); in gcm_process_assoc()