Lines Matching refs:camellia_ctx
30 asmlinkage void camellia_ecb_enc_32way(struct camellia_ctx *ctx, u8 *dst,
32 asmlinkage void camellia_ecb_dec_32way(struct camellia_ctx *ctx, u8 *dst,
35 asmlinkage void camellia_cbc_dec_32way(struct camellia_ctx *ctx, u8 *dst,
37 asmlinkage void camellia_ctr_32way(struct camellia_ctx *ctx, u8 *dst,
40 asmlinkage void camellia_xts_enc_32way(struct camellia_ctx *ctx, u8 *dst,
42 asmlinkage void camellia_xts_dec_32way(struct camellia_ctx *ctx, u8 *dst,
205 struct camellia_ctx *ctx;
275 .ctx = &ctx->camellia_ctx, in lrw_encrypt()
301 .ctx = &ctx->camellia_ctx, in lrw_decrypt()
348 .cra_ctxsize = sizeof(struct camellia_ctx),
368 .cra_ctxsize = sizeof(struct camellia_ctx),
388 .cra_ctxsize = sizeof(struct camellia_ctx),