Home
last modified time | relevance | path

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

/drivers/crypto/
Dpadlock-aes.c60 struct aes_ctx { struct
61 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() argument
97 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c78 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local