Searched defs:aes_ctx (Results 1 – 1 of 1) sorted by relevance
58 struct aes_ctx { struct59 u32 E[AES_MAX_KEYLENGTH_U32]61 u32 d_data[AES_MAX_KEYLENGTH_U32]85 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument95 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function