Searched refs:twofish_dec_blk_3way (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 19 EXPORT_SYMBOL_GPL(twofish_dec_blk_3way); variable 39 twofish_dec_blk_3way(ctx, dst, src); in twofish_dec_blk_cbc_3way() 56 ECB_BLOCK(3, twofish_dec_blk_3way); in ecb_decrypt()
|
H A D | twofish.h | 16 asmlinkage void twofish_dec_blk_3way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | twofish_avx_glue.c | 54 ECB_BLOCK(3, twofish_dec_blk_3way); in ecb_decrypt()
|
H A D | twofish-x86_64-asm_64-3way.S | 272 SYM_FUNC_START(twofish_dec_blk_3way) 305 SYM_FUNC_END(twofish_dec_blk_3way)
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 20 EXPORT_SYMBOL_GPL(twofish_dec_blk_3way); variable 48 twofish_dec_blk_3way(ctx, (u8 *)dst, (u8 *)src); in twofish_dec_blk_cbc_3way() 127 .fn_u = { .ecb = twofish_dec_blk_3way }
|
H A D | twofish-x86_64-asm_64-3way.S | 272 SYM_FUNC_START(twofish_dec_blk_3way) 305 SYM_FUNC_END(twofish_dec_blk_3way)
|
H A D | twofish_avx_glue.c | 136 .fn_u = { .ecb = twofish_dec_blk_3way }
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | twofish.h | 16 asmlinkage void twofish_dec_blk_3way(const void *ctx, u8 *dst, const u8 *src);
|
Completed in 3 milliseconds