Searched refs:__twofish_enc_blk_3way (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 19 EXPORT_SYMBOL_GPL(__twofish_enc_blk_3way); variable 30 __twofish_enc_blk_3way(ctx, dst, src, false); in twofish_enc_blk_3way() 36 __twofish_enc_blk_3way(ctx, dst, src, true); in twofish_enc_blk_xor_3way()
|
H A D | twofish-x86_64-asm_64-3way.S | 223 SYM_FUNC_START(__twofish_enc_blk_3way) 270 SYM_FUNC_END(__twofish_enc_blk_3way)
|
H A D | twofish_avx_glue.c | 45 __twofish_enc_blk_3way(ctx, dst, src, false); in twofish_enc_blk_3way()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 18 EXPORT_SYMBOL_GPL(__twofish_enc_blk_3way); variable 29 __twofish_enc_blk_3way(ctx, dst, src, false); in twofish_enc_blk_3way()
|
H A D | twofish.h | 14 asmlinkage void __twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src,
|
H A D | twofish_avx_glue.c | 38 __twofish_enc_blk_3way(ctx, dst, src, false); in twofish_enc_blk_3way()
|
H A D | twofish-x86_64-asm_64-3way.S | 223 SYM_FUNC_START(__twofish_enc_blk_3way) 270 SYM_FUNC_END(__twofish_enc_blk_3way)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | twofish.h | 14 asmlinkage void __twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src,
|
Completed in 3 milliseconds