Home
last modified time | relevance | path

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

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