Lines Matching refs:aria_ctx
27 static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key,
150 static void aria_set_decrypt_key(struct aria_ctx *ctx)
176 struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
195 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in,
252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx;
260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx;
268 struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
275 struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
286 .cra_ctxsize = sizeof(struct aria_ctx),