Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/crypto/
Dtwofish_glue_3way.c40 void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src) in twofish_dec_blk_cbc_3way() function
52 EXPORT_SYMBOL_GPL(twofish_dec_blk_cbc_3way);
136 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
Dtwofish_avx_glue.c160 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
/Linux-v5.4/arch/x86/include/asm/crypto/
Dtwofish.h22 extern void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src);