aes_gcm_key
aes_gcm_enc_final(const struct aes_gcm_key *key,
aes_gcm_dec_final(const struct aes_gcm_key *key, const u32 le_ctr[4],
struct aes_gcm_key *key = aes_gcm_key_get(tfm, flags);
static void gcm_process_assoc(const struct aes_gcm_key *key, u8 ghash_acc[16],
const struct aes_gcm_key *key = aes_gcm_key_get(tfm, flags);
struct aes_gcm_key base __aligned(16);
struct aes_gcm_key base __aligned(16);
struct aes_gcm_key base __aligned(16);
static inline struct aes_gcm_key *
static void aes_gcm_precompute(struct aes_gcm_key *key, int flags)
static void aes_gcm_aad_update(const struct aes_gcm_key *key, u8 ghash_acc[16],
aes_gcm_update(const struct aes_gcm_key *key,