Lines Matching refs:camellia_ctx
31 asmlinkage void camellia_ecb_enc_32way(struct camellia_ctx *ctx, u8 *dst,
33 asmlinkage void camellia_ecb_dec_32way(struct camellia_ctx *ctx, u8 *dst,
36 asmlinkage void camellia_cbc_dec_32way(struct camellia_ctx *ctx, u8 *dst,
38 asmlinkage void camellia_ctr_32way(struct camellia_ctx *ctx, u8 *dst,
41 asmlinkage void camellia_xts_enc_32way(struct camellia_ctx *ctx, u8 *dst,
43 asmlinkage void camellia_xts_dec_32way(struct camellia_ctx *ctx, u8 *dst,
206 struct camellia_ctx *ctx;
276 .ctx = &ctx->camellia_ctx, in lrw_encrypt()
302 .ctx = &ctx->camellia_ctx, in lrw_decrypt()
349 .cra_ctxsize = sizeof(struct camellia_ctx),
369 .cra_ctxsize = sizeof(struct camellia_ctx),
389 .cra_ctxsize = sizeof(struct camellia_ctx),