Home
last modified time | relevance | path

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

/linux/drivers/crypto/ !
H A 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
/linux/include/crypto/ !
H A Dgcm.h69 struct crypto_aes_ctx aes_ctx; member
/linux/arch/arm/crypto/ !
H A Dghash-ce-glue.c207 struct crypto_aes_ctx aes_ctx; in gcm_aes_setkey() local
/linux/drivers/char/tpm/ !
H A Dtpm2-sessions.c129 struct crypto_aes_ctx aes_ctx; member
/linux/arch/x86/crypto/ !
H A Daesni-intel_glue.c88 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function