Searched defs:aes_ctx (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/drivers/crypto/ |
| D | padlock-aes.c | 60 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
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | padlock-aes.c | 60 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
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | aesni-intel_glue.c | 222 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function 671 u8 *iv, void *aes_ctx, u8 *auth_tag, in gcmaes_crypt_by_sg() 780 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt() 799 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt() 829 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 1158 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local 1175 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | aesni-intel_glue.c | 302 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function 687 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg() 816 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt() 823 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt() 833 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local 861 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local 992 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local 1009 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local
|
| /kernel/linux/linux-6.6/include/crypto/ |
| D | gcm.h | 69 struct crypto_aes_ctx aes_ctx; member
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | ghash-ce-glue.c | 386 struct crypto_aes_ctx aes_ctx; in gcm_aes_setkey() local
|
| /kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
| D | mtk-aes.c | 984 struct crypto_aes_ctx aes_ctx; in mtk_aes_gcm_setkey() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| D | chcr_ktls.c | 78 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local
|