Lines Matching refs:twofish_ctx
49 asmlinkage void twofish_ecb_enc_8way(struct twofish_ctx *ctx, u8 *dst,
51 asmlinkage void twofish_ecb_dec_8way(struct twofish_ctx *ctx, u8 *dst,
54 asmlinkage void twofish_cbc_dec_8way(struct twofish_ctx *ctx, u8 *dst,
56 asmlinkage void twofish_ctr_8way(struct twofish_ctx *ctx, u8 *dst,
59 asmlinkage void twofish_xts_enc_8way(struct twofish_ctx *ctx, u8 *dst,
61 asmlinkage void twofish_xts_dec_8way(struct twofish_ctx *ctx, u8 *dst,
64 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
217 struct twofish_ctx *ctx;
271 .ctx = &ctx->twofish_ctx, in lrw_encrypt()
297 .ctx = &ctx->twofish_ctx, in lrw_decrypt()
344 .cra_ctxsize = sizeof(struct twofish_ctx),
364 .cra_ctxsize = sizeof(struct twofish_ctx),
384 .cra_ctxsize = sizeof(struct twofish_ctx),