Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_glue.c852 struct aes_gcm_key { struct
867 struct aes_gcm_key base; argument
901 struct aes_gcm_key base;
942 static inline struct aes_gcm_key *
960 static void aes_gcm_precompute(struct aes_gcm_key *key, int flags) in aes_gcm_precompute()
1042 aes_gcm_update(const struct aes_gcm_key *key, in aes_gcm_update()
1097 aes_gcm_enc_final(const struct aes_gcm_key *key, in aes_gcm_enc_final()
1133 aes_gcm_dec_final(const struct aes_gcm_key *key, const u32 le_ctr[4], in aes_gcm_dec_final()
1208 struct aes_gcm_key *key = aes_gcm_key_get(tfm, flags); in gcm_setkey()
1292 static void gcm_process_assoc(const struct aes_gcm_key *key, u8 ghash_acc[16], in gcm_process_assoc()
[all …]