Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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); variable
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()
/kernel/linux/linux-5.10/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); variable
140 .fn_u = { .cbc = twofish_dec_blk_cbc_3way }
H A Dtwofish_avx_glue.c152 .fn_u = { .cbc = twofish_dec_blk_cbc_3way }
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dtwofish.h19 extern void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src);

Completed in 3 milliseconds