Home
last modified time | relevance | path

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

/linux-6.12.1/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
/linux-6.12.1/include/crypto/
Dgcm.h69 struct crypto_aes_ctx aes_ctx; member
/linux-6.12.1/drivers/char/tpm/
Dtpm2-sessions.c134 struct crypto_aes_ctx aes_ctx; member
/linux-6.12.1/arch/arm/crypto/
Dghash-ce-glue.c386 struct crypto_aes_ctx aes_ctx; in gcm_aes_setkey() local
/linux-6.12.1/arch/x86/crypto/
Daesni-intel_glue.c111 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c79 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local