Searched defs:aes_ctx (Results 1 – 3 of 3) sorted by relevance
56 struct aes_ctx { struct57 u32 E[AES_MAX_KEYLENGTH_U32]59 u32 d_data[AES_MAX_KEYLENGTH_U32]83 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument93 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
97 struct aes_ctx { struct98 int key_length;99 u32 E[60];100 u32 D[60];
158 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function1085 void *aes_ctx = &(ctx->aes_key_expanded); in __driver_rfc4106_encrypt() local1163 void *aes_ctx = &(ctx->aes_key_expanded); in __driver_rfc4106_decrypt() local