Home
last modified time | relevance | path

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

/linux/crypto/
H A Daria_generic.c28 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()
195 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, in __aria_crypt()
250 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt()
258 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
266 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_encrypt()
273 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_decrypt()
284 .cra_ctxsize = sizeof(struct aria_ctx),
/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c65 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ecb_encrypt()
73 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ecb_decrypt()
88 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ctr_encrypt()
157 .base.cra_ctxsize = sizeof(struct aria_ctx),
169 .base.cra_ctxsize = sizeof(struct aria_ctx),
H A Daria_aesni_avx2_glue.c67 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx2_ecb_encrypt()
75 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx2_ecb_decrypt()
90 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx2_ctr_encrypt()
170 .base.cra_ctxsize = sizeof(struct aria_ctx),
183 .base.cra_ctxsize = sizeof(struct aria_ctx),
H A Daria_gfni_avx512_glue.c55 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx512_ecb_encrypt()
63 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx512_ecb_decrypt()
78 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx512_ctr_encrypt()
171 .base.cra_ctxsize = sizeof(struct aria_ctx),
184 .base.cra_ctxsize = sizeof(struct aria_ctx),
/linux/arch/x86/kernel/
H A Dasm-offsets.c128 OFFSET(ARIA_CTX_enc_key, aria_ctx, enc_key); in common()
129 OFFSET(ARIA_CTX_dec_key, aria_ctx, dec_key); in common()
130 OFFSET(ARIA_CTX_rounds, aria_ctx, rounds); in common()
/linux/include/crypto/
H A Daria.h34 struct aria_ctx { struct