Home
last modified time | relevance | path

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

/linux-6.8/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.8/arch/x86/crypto/
Daesni-intel_glue.c221 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
670 u8 *iv, void *aes_ctx, u8 *auth_tag, in gcmaes_crypt_by_sg()
779 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt()
798 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt()
828 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local
856 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local
1156 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local
1173 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local
/linux-6.8/include/crypto/
Dgcm.h69 struct crypto_aes_ctx aes_ctx; member
/linux-6.8/arch/arm/crypto/
Dghash-ce-glue.c386 struct crypto_aes_ctx aes_ctx; in gcm_aes_setkey() local
/linux-6.8/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c78 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local