Lines Matching refs:cast6_ctx
44 asmlinkage void cast6_ecb_enc_8way(struct cast6_ctx *ctx, u8 *dst,
46 asmlinkage void cast6_ecb_dec_8way(struct cast6_ctx *ctx, u8 *dst,
49 asmlinkage void cast6_cbc_dec_8way(struct cast6_ctx *ctx, u8 *dst,
51 asmlinkage void cast6_ctr_8way(struct cast6_ctx *ctx, u8 *dst, const u8 *src,
54 asmlinkage void cast6_xts_enc_8way(struct cast6_ctx *ctx, u8 *dst,
56 asmlinkage void cast6_xts_dec_8way(struct cast6_ctx *ctx, u8 *dst,
204 struct cast6_ctx *ctx;
244 struct cast6_ctx cast6_ctx; member
253 err = __cast6_setkey(&ctx->cast6_ctx, key, keylen - CAST6_BLOCK_SIZE, in lrw_cast6_setkey()
267 .ctx = &ctx->cast6_ctx, in lrw_encrypt()
293 .ctx = &ctx->cast6_ctx, in lrw_decrypt()
321 struct cast6_ctx tweak_ctx;
322 struct cast6_ctx crypt_ctx;
377 .cra_ctxsize = sizeof(struct cast6_ctx),
397 .cra_ctxsize = sizeof(struct cast6_ctx),
417 .cra_ctxsize = sizeof(struct cast6_ctx),