Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Daria_generic.c27 static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, in aria_set_encrypt_key()
150 static void aria_set_decrypt_key(struct aria_ctx *ctx) in aria_set_decrypt_key()
176 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in aria_set_key()
191 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, in __aria_crypt()
248 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt()
256 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
264 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_encrypt()
271 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_decrypt()
282 .cra_ctxsize = sizeof(struct aria_ctx),
/Linux-v6.1/arch/x86/crypto/
Daria_aesni_avx_glue.c55 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ecb_encrypt()
63 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ecb_decrypt()
77 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ctr_encrypt()
140 .base.cra_ctxsize = sizeof(struct aria_ctx),
153 .base.cra_ctxsize = sizeof(struct aria_ctx),
/Linux-v6.1/include/crypto/
Daria.h34 struct aria_ctx { struct