Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dtwofish_glue_3way.c39 void twofish_dec_blk_cbc_3way(const void *ctx, u8 *d, const u8 *s) in twofish_dec_blk_cbc_3way() function
53 EXPORT_SYMBOL_GPL(twofish_dec_blk_cbc_3way);
140 .fn_u = { .cbc = twofish_dec_blk_cbc_3way }
H A Dtwofish_avx_glue.c152 .fn_u = { .cbc = twofish_dec_blk_cbc_3way }
/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dtwofish.h19 extern void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src);