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 D | twofish_glue_3way.c | 32 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 D | twofish.h | 19 extern void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | twofish_avx_glue.c | 70 CBC_DEC_BLOCK(3, twofish_dec_blk_cbc_3way); in cbc_decrypt()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 39 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 D | twofish_avx_glue.c | 152 .fn_u = { .cbc = twofish_dec_blk_cbc_3way }
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | twofish.h | 19 extern void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src);
|
Completed in 3 milliseconds