Searched defs:aes_ctx (Results 1 – 6 of 6) sorted by relevance
60 struct aes_ctx { struct61 u32 E[AES_MAX_KEYLENGTH_U32]63 u32 d_data[AES_MAX_KEYLENGTH_U32]87 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument97 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
69 struct crypto_aes_ctx aes_ctx; member
134 struct crypto_aes_ctx aes_ctx; member
386 struct crypto_aes_ctx aes_ctx; in gcm_aes_setkey() local
111 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
79 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local