Symbol: aria_ctx
arch/x86/crypto/aria_aesni_avx2_glue.c
170
.base.cra_ctxsize = sizeof(struct aria_ctx),
arch/x86/crypto/aria_aesni_avx2_glue.c
183
.base.cra_ctxsize = sizeof(struct aria_ctx),
arch/x86/crypto/aria_aesni_avx2_glue.c
67
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_aesni_avx2_glue.c
75
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_aesni_avx2_glue.c
90
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_aesni_avx_glue.c
157
.base.cra_ctxsize = sizeof(struct aria_ctx),
arch/x86/crypto/aria_aesni_avx_glue.c
169
.base.cra_ctxsize = sizeof(struct aria_ctx),
arch/x86/crypto/aria_aesni_avx_glue.c
65
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_aesni_avx_glue.c
73
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_aesni_avx_glue.c
88
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_gfni_avx512_glue.c
171
.base.cra_ctxsize = sizeof(struct aria_ctx),
arch/x86/crypto/aria_gfni_avx512_glue.c
184
.base.cra_ctxsize = sizeof(struct aria_ctx),
arch/x86/crypto/aria_gfni_avx512_glue.c
55
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_gfni_avx512_glue.c
63
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/crypto/aria_gfni_avx512_glue.c
78
struct aria_ctx *ctx = crypto_skcipher_ctx(tfm);
arch/x86/kernel/asm-offsets.c
128
OFFSET(ARIA_CTX_enc_key, aria_ctx, enc_key);
arch/x86/kernel/asm-offsets.c
129
OFFSET(ARIA_CTX_dec_key, aria_ctx, dec_key);
arch/x86/kernel/asm-offsets.c
130
OFFSET(ARIA_CTX_rounds, aria_ctx, rounds);
crypto/aria_generic.c
150
static void aria_set_decrypt_key(struct aria_ctx *ctx)
crypto/aria_generic.c
176
struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/aria_generic.c
195
static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in,
crypto/aria_generic.c
250
struct aria_ctx *ctx = (struct aria_ctx *)_ctx;
crypto/aria_generic.c
258
struct aria_ctx *ctx = (struct aria_ctx *)_ctx;
crypto/aria_generic.c
266
struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/aria_generic.c
273
struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/aria_generic.c
28
static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key,
crypto/aria_generic.c
284
.cra_ctxsize = sizeof(struct aria_ctx),