Home
last modified time | relevance | path

Searched defs:aes_ctx (Results 1 – 1 of 1) sorted by relevance

/drivers/crypto/
Dpadlock-aes.c58 struct aes_ctx { struct
59 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() argument
95 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function