Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c781 struct aes_gcm_key { struct
795 struct aes_gcm_key base __aligned(16); argument
828 struct aes_gcm_key base __aligned(16);
857 struct aes_gcm_key base __aligned(16);
889 static inline struct aes_gcm_key *
909 static void aes_gcm_precompute(struct aes_gcm_key *key, int flags) in aes_gcm_precompute()
934 static void aes_gcm_aad_update(const struct aes_gcm_key *key, u8 ghash_acc[16], in aes_gcm_aad_update()
987 aes_gcm_update(const struct aes_gcm_key *key, in aes_gcm_update()
1046 aes_gcm_enc_final(const struct aes_gcm_key *key, in aes_gcm_enc_final()
1091 aes_gcm_dec_final(const struct aes_gcm_key *key, const u32 le_ctr[4], in aes_gcm_dec_final()
[all …]