Lines Matching refs:camellia_ctx
39 asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst,
42 asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst,
47 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst,
50 asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst,
1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
1411 struct camellia_ctx *ctx = priv; in encrypt_callback()
1427 struct camellia_ctx *ctx = priv; in decrypt_callback()
1446 err = __camellia_setkey(&ctx->camellia_ctx, key, in lrw_camellia_setkey()
1467 .crypt_ctx = &ctx->camellia_ctx, in lrw_encrypt()
1484 .crypt_ctx = &ctx->camellia_ctx, in lrw_decrypt()
1567 .cra_ctxsize = sizeof(struct camellia_ctx),
1585 .cra_ctxsize = sizeof(struct camellia_ctx),
1604 .cra_ctxsize = sizeof(struct camellia_ctx),
1624 .cra_ctxsize = sizeof(struct camellia_ctx),