Searched refs:twofish_dec_blk (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue.c | 50 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 D | twofish_avx_glue.c | 55 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 D | twofish_glue_3way.c | 130 .fn_u = { .ecb = twofish_dec_blk } 143 .fn_u = { .cbc = twofish_dec_blk }
|
H A D | twofish-i586-asm_32.S | 266 SYM_FUNC_START(twofish_dec_blk) 321 SYM_FUNC_END(twofish_dec_blk)
|
H A D | twofish-x86_64-asm_64.S | 258 SYM_FUNC_START(twofish_dec_blk) 308 SYM_FUNC_END(twofish_dec_blk)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue.c | 50 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 D | twofish_glue_3way.c | 57 ECB_BLOCK(1, twofish_dec_blk); in ecb_decrypt() 72 CBC_DEC_BLOCK(1, twofish_dec_blk); in cbc_decrypt()
|
H A D | twofish_avx_glue.c | 55 ECB_BLOCK(1, twofish_dec_blk); in ecb_decrypt() 71 CBC_DEC_BLOCK(1, twofish_dec_blk); in cbc_decrypt()
|
H A D | twofish.h | 11 asmlinkage void twofish_dec_blk(const void *ctx, u8 *dst, const u8 *src);
|
H A D | twofish-i586-asm_32.S | 266 SYM_FUNC_START(twofish_dec_blk) 321 SYM_FUNC_END(twofish_dec_blk)
|
H A D | twofish-x86_64-asm_64.S | 258 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 D | twofish.h | 11 asmlinkage void twofish_dec_blk(const void *ctx, u8 *dst, const u8 *src);
|
Completed in 4 milliseconds