twofish_dec_blk_cbc_3way  160 arch/x86/crypto/twofish_avx_glue.c 		.fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
twofish_dec_blk_cbc_3way   52 arch/x86/crypto/twofish_glue_3way.c EXPORT_SYMBOL_GPL(twofish_dec_blk_cbc_3way);
twofish_dec_blk_cbc_3way  136 arch/x86/crypto/twofish_glue_3way.c 		.fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
twofish_dec_blk_cbc_3way   22 arch/x86/include/asm/crypto/twofish.h extern void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src);