Re: [PATCH] crypto: hash - Added scatter list walking helper

2008-07-10 Thread Herbert Xu
On Wed, Jul 09, 2008 at 03:37:32PM +0800, Herbert Xu wrote: > > diff --git a/include/crypto/hash.h b/include/crypto/hash.h > new file mode 100644 > index 000..f9d54c0 > --- /dev/null > +++ b/include/crypto/hash.h I've moved this file to include/crypto/internal since it's meant to be used by ah

[PATCH] crypto: hash - Added scatter list walking helper

2008-07-09 Thread Herbert Xu
Hi: This patch lets us convert existing software implementations of hash algorithms to use the ahash interface. It's similar to how the blkcipher walking works. commit 505ae158f41441b9c7e65116b9cb4df7ab1d6753 Author: Herbert Xu <[EMAIL PROTECTED]> Date: Mon Jul 7 22:19:53 2008 +0800 crypt