Lines Matching refs:camellia_ctx
29 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst,
33 asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst,
37 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst,
41 asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst,
45 asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst,
49 asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst,
209 struct camellia_ctx *ctx;
267 .ctx = &ctx->camellia_ctx, in lrw_encrypt()
293 .ctx = &ctx->camellia_ctx, in lrw_decrypt()
340 .cra_ctxsize = sizeof(struct camellia_ctx),
360 .cra_ctxsize = sizeof(struct camellia_ctx),
380 .cra_ctxsize = sizeof(struct camellia_ctx),