RFC: Async Hash Support

2008-01-24 Thread Loc Ho
Hi, I have a working version of async hash support. It is attached. This follows ablkciper implementation. It looks like crypto async dispatch to kernel thread isn't been use anymore (cryptd.c). Am I correct? Is there a particular format for submitting patch? -Loc cryptodev_ahash.patch

Re: RFC: Async Hash Support

2008-01-24 Thread Sebastian Siewior
* Loc Ho | 2008-01-24 13:07:24 [-0800]: Is there a particular format for submitting patch? Take a look on those two: Documentation/SubmitChecklist Documentation/SubmittingPatches -Loc Sebastian - To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message

[PATCH 1/1] CryptoAPI: Add Async Hash Support

2008-01-24 Thread Loc Ho
From e5d67c3670f1ec15339a92cc291027c0a059aaed Mon Sep 17 00:00:00 2001 From: Loc Ho [EMAIL PROTECTED] Date: Thu, 24 Jan 2008 18:13:28 -0800 Subject: [PATCH] Add Async Hash Support --- crypto/Makefile |1 + crypto/ahash.c| 151 + crypto/algapi.c