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

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dtwofish.h28 asmlinkage void twofish_dec_blk_3way(struct twofish_ctx *ctx, u8 *dst,
/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_glue_3way.c37 EXPORT_SYMBOL_GPL(twofish_dec_blk_3way); variable
58 twofish_dec_blk_3way(ctx, (u8 *)dst, (u8 *)src); twofish_dec_blk_cbc_3way()
134 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk_3way) }
208 twofish_dec_blk_3way(ctx, srcdst, srcdst); decrypt_callback()
H A Dtwofish-x86_64-asm_64-3way.S275 ENTRY(twofish_dec_blk_3way)
312 ENDPROC(twofish_dec_blk_3way)
H A Dtwofish_avx_glue.c139 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk_3way) }
259 twofish_dec_blk_3way(ctx->ctx, srcdst, srcdst); decrypt_callback()

Completed in 84 milliseconds