twofish_dec_blk    61 arch/x86/crypto/twofish_avx_glue.c 				  GLUE_FUNC_CAST(twofish_dec_blk));
twofish_dec_blk   147 arch/x86/crypto/twofish_avx_glue.c 		.fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk) }
twofish_dec_blk   163 arch/x86/crypto/twofish_avx_glue.c 		.fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk) }
twofish_dec_blk    50 arch/x86/crypto/twofish_glue.c asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_dec_blk    52 arch/x86/crypto/twofish_glue.c EXPORT_SYMBOL_GPL(twofish_dec_blk);
twofish_dec_blk    61 arch/x86/crypto/twofish_glue.c 	twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src);
twofish_dec_blk   126 arch/x86/crypto/twofish_glue_3way.c 		.fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk) }
twofish_dec_blk   139 arch/x86/crypto/twofish_glue_3way.c 		.fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk) }
twofish_dec_blk    12 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,