Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
A Daesni-intel_glue.c606 u8 *iv, void *aes_ctx, u8 *auth_tag, in gcmaes_crypt_by_sg() argument
715 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt() argument
734 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt() argument
764 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local
784 aes_ctx); in helper_rfc4106_encrypt()
792 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local
812 aes_ctx); in helper_rfc4106_decrypt()
1068 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_encrypt() local
1077 aes_ctx); in generic_gcmaes_encrypt()
1085 void *aes_ctx = &(ctx->aes_key_expanded); in generic_gcmaes_decrypt() local
[all …]
/linux/drivers/crypto/
A Dpadlock-aes.c60 struct aes_ctx { struct
94 return (struct aes_ctx *)ALIGN(addr, align); in aes_ctx_common()
97 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
110 struct aes_ctx *ctx = aes_ctx(tfm); in aes_set_key()
308 struct aes_ctx *ctx = aes_ctx(tfm); in padlock_aes_encrypt()
317 struct aes_ctx *ctx = aes_ctx(tfm); in padlock_aes_decrypt()
330 .cra_ctxsize = sizeof(struct aes_ctx),
347 struct aes_ctx *ctx = skcipher_aes_ctx(tfm); in ecb_aes_encrypt()
372 struct aes_ctx *ctx = skcipher_aes_ctx(tfm); in ecb_aes_decrypt()
399 .base.cra_ctxsize = sizeof(struct aes_ctx),
[all …]
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c78 struct crypto_aes_ctx aes_ctx; in chcr_ktls_save_keys() local
140 ret = aes_expandkey(&aes_ctx, key, keylen); in chcr_ktls_save_keys()
145 aes_encrypt(&aes_ctx, ghash_h, ghash_h); in chcr_ktls_save_keys()
146 memzero_explicit(&aes_ctx, sizeof(aes_ctx)); in chcr_ktls_save_keys()

Completed in 12 milliseconds