Home
last modified time | relevance | path

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

/linux-5.10/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-5.10/arch/x86/crypto/
Daesni-intel_glue.c299 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
684 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg()
813 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt()
820 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt()
830 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local
857 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local
987 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local
1003 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local
/linux-5.10/drivers/crypto/mediatek/
Dmtk-aes.c984 struct crypto_aes_ctx aes_ctx; in mtk_aes_gcm_setkey() local