Searched refs:twofish_dec_blk_cbc_3way (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dtwofish.h32 extern void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src);
/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_glue_3way.c51 void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src) twofish_dec_blk_cbc_3way() function
63 EXPORT_SYMBOL_GPL(twofish_dec_blk_cbc_3way); variable
147 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
H A Dtwofish_avx_glue.c155 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }

Completed in 40 milliseconds