Home
last modified time | relevance | path

Searched refs:twofish_dec_blk_3way (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_glue_3way.c19 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 Dtwofish.h16 asmlinkage void twofish_dec_blk_3way(const void *ctx, u8 *dst, const u8 *src);
H A Dtwofish_avx_glue.c54 ECB_BLOCK(3, twofish_dec_blk_3way); in ecb_decrypt()
H A Dtwofish-x86_64-asm_64-3way.S272 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 Dtwofish_glue_3way.c20 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 Dtwofish-x86_64-asm_64-3way.S272 SYM_FUNC_START(twofish_dec_blk_3way)
305 SYM_FUNC_END(twofish_dec_blk_3way)
H A Dtwofish_avx_glue.c136 .fn_u = { .ecb = twofish_dec_blk_3way }
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dtwofish.h16 asmlinkage void twofish_dec_blk_3way(const void *ctx, u8 *dst, const u8 *src);

Completed in 3 milliseconds