twofish_ctx        25 arch/x86/crypto/twofish_avx_glue.c asmlinkage void twofish_ecb_enc_8way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        27 arch/x86/crypto/twofish_avx_glue.c asmlinkage void twofish_ecb_dec_8way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        30 arch/x86/crypto/twofish_avx_glue.c asmlinkage void twofish_cbc_dec_8way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        32 arch/x86/crypto/twofish_avx_glue.c asmlinkage void twofish_ctr_8way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        35 arch/x86/crypto/twofish_avx_glue.c asmlinkage void twofish_xts_enc_8way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        37 arch/x86/crypto/twofish_avx_glue.c asmlinkage void twofish_xts_dec_8way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        46 arch/x86/crypto/twofish_avx_glue.c static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        65 arch/x86/crypto/twofish_avx_glue.c 	struct twofish_ctx tweak_ctx;
twofish_ctx        66 arch/x86/crypto/twofish_avx_glue.c 	struct twofish_ctx crypt_ctx;
twofish_ctx       233 arch/x86/crypto/twofish_avx_glue.c 		.base.cra_ctxsize	= sizeof(struct twofish_ctx),
twofish_ctx       246 arch/x86/crypto/twofish_avx_glue.c 		.base.cra_ctxsize	= sizeof(struct twofish_ctx),
twofish_ctx       260 arch/x86/crypto/twofish_avx_glue.c 		.base.cra_ctxsize	= sizeof(struct twofish_ctx),
twofish_ctx        47 arch/x86/crypto/twofish_glue.c asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        50 arch/x86/crypto/twofish_glue.c asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        70 arch/x86/crypto/twofish_glue.c 	.cra_ctxsize		=	sizeof(struct twofish_ctx),
twofish_ctx        28 arch/x86/crypto/twofish_glue_3way.c static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        34 arch/x86/crypto/twofish_glue_3way.c static inline void twofish_enc_blk_xor_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx       175 arch/x86/crypto/twofish_glue_3way.c 		.base.cra_ctxsize	= sizeof(struct twofish_ctx),
twofish_ctx       187 arch/x86/crypto/twofish_glue_3way.c 		.base.cra_ctxsize	= sizeof(struct twofish_ctx),
twofish_ctx       200 arch/x86/crypto/twofish_glue_3way.c 		.base.cra_ctxsize	= sizeof(struct twofish_ctx),
twofish_ctx        10 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        12 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        16 arch/x86/include/asm/crypto/twofish.h asmlinkage void __twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        18 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx       569 crypto/twofish_common.c int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
twofish_ctx        97 crypto/twofish_generic.c 	struct twofish_ctx *ctx = crypto_tfm_ctx(tfm);
twofish_ctx       134 crypto/twofish_generic.c 	struct twofish_ctx *ctx = crypto_tfm_ctx(tfm);
twofish_ctx       174 crypto/twofish_generic.c 	.cra_ctxsize        =   sizeof(struct twofish_ctx),
twofish_ctx        21 include/crypto/twofish.h int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,