Searched refs:aria_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/crypto/ |
D | aria_generic.c | 27 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-6.12.1/arch/x86/crypto/ |
D | aria_aesni_avx_glue.c | 67 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),
|
D | aria_gfni_avx512_glue.c | 56 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),
|
D | aria_aesni_avx2_glue.c | 69 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-6.12.1/arch/x86/kernel/ |
D | asm-offsets.c | 118 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-6.12.1/include/crypto/ |
D | aria.h | 34 struct aria_ctx { struct
|