Lines Matching refs:camellia_ctx
30 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst,
34 asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst,
38 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst,
42 asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst,
46 asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst,
50 asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst,
210 struct camellia_ctx *ctx;
268 .ctx = &ctx->camellia_ctx, in lrw_encrypt()
294 .ctx = &ctx->camellia_ctx, in lrw_decrypt()
341 .cra_ctxsize = sizeof(struct camellia_ctx),
361 .cra_ctxsize = sizeof(struct camellia_ctx),
381 .cra_ctxsize = sizeof(struct camellia_ctx),