Home
last modified time | relevance | path

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

/linux/crypto/
H A 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()
195 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, in __aria_crypt()
252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt()
260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
268 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_encrypt()
275 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_decrypt()
286 .cra_ctxsize = sizeof(struct aria_ctx),
/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c67 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ecb_encrypt()
75 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ecb_decrypt()
90 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx_ctr_encrypt()
160 .base.cra_ctxsize = sizeof(struct aria_ctx),
173 .base.cra_ctxsize = sizeof(struct aria_ctx),
H A Daria_gfni_avx512_glue.c56 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx512_ecb_encrypt()
64 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx512_ecb_decrypt()
79 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx512_ctr_encrypt()
173 .base.cra_ctxsize = sizeof(struct aria_ctx),
187 .base.cra_ctxsize = sizeof(struct aria_ctx),
H A Daria_aesni_avx2_glue.c69 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx2_ecb_encrypt()
77 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx2_ecb_decrypt()
92 struct aria_ctx *ctx = crypto_skcipher_ctx(tfm); in aria_avx2_ctr_encrypt()
173 .base.cra_ctxsize = sizeof(struct aria_ctx),
187 .base.cra_ctxsize = sizeof(struct aria_ctx),
/linux/arch/x86/kernel/
H A Dasm-offsets.c118 OFFSET(ARIA_CTX_enc_key, aria_ctx, enc_key); in common()
119 OFFSET(ARIA_CTX_dec_key, aria_ctx, dec_key); in common()
120 OFFSET(ARIA_CTX_rounds, aria_ctx, rounds); in common()
/linux/include/crypto/
H A Daria.h34 struct aria_ctx { struct