Home
last modified time | relevance | path

Searched refs:twofish_dec_blk (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish_glue.c50 asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
52 EXPORT_SYMBOL_GPL(twofish_dec_blk); variable
61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src); in twofish_decrypt()
H A Dtwofish_avx_glue.c55 glue_xts_crypt_128bit_one(ctx, dst, src, iv, twofish_dec_blk); in twofish_xts_dec()
139 .fn_u = { .ecb = twofish_dec_blk }
155 .fn_u = { .cbc = twofish_dec_blk }
H A Dtwofish_glue_3way.c130 .fn_u = { .ecb = twofish_dec_blk }
143 .fn_u = { .cbc = twofish_dec_blk }
H A Dtwofish-i586-asm_32.S266 SYM_FUNC_START(twofish_dec_blk)
321 SYM_FUNC_END(twofish_dec_blk)
H A Dtwofish-x86_64-asm_64.S258 SYM_FUNC_START(twofish_dec_blk)
308 SYM_FUNC_END(twofish_dec_blk)
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_glue.c50 asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
52 EXPORT_SYMBOL_GPL(twofish_dec_blk); variable
61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src); in twofish_decrypt()
H A Dtwofish_glue_3way.c57 ECB_BLOCK(1, twofish_dec_blk); in ecb_decrypt()
72 CBC_DEC_BLOCK(1, twofish_dec_blk); in cbc_decrypt()
H A Dtwofish_avx_glue.c55 ECB_BLOCK(1, twofish_dec_blk); in ecb_decrypt()
71 CBC_DEC_BLOCK(1, twofish_dec_blk); in cbc_decrypt()
H A Dtwofish.h11 asmlinkage void twofish_dec_blk(const void *ctx, u8 *dst, const u8 *src);
H A Dtwofish-i586-asm_32.S266 SYM_FUNC_START(twofish_dec_blk)
321 SYM_FUNC_END(twofish_dec_blk)
H A Dtwofish-x86_64-asm_64.S258 SYM_FUNC_START(twofish_dec_blk)
308 SYM_FUNC_END(twofish_dec_blk)
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dtwofish.h11 asmlinkage void twofish_dec_blk(const void *ctx, u8 *dst, const u8 *src);

Completed in 4 milliseconds