Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dtwofish_glue_3way.c32 void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_dec_blk_cbc_3way() function
43 EXPORT_SYMBOL_GPL(twofish_dec_blk_cbc_3way);
71 CBC_DEC_BLOCK(3, twofish_dec_blk_cbc_3way); in cbc_decrypt()
H A Dtwofish.h19 extern void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src);
H A Dtwofish_avx_glue.c70 CBC_DEC_BLOCK(3, twofish_dec_blk_cbc_3way); in cbc_decrypt()