crypto: hash - Added scatter list walking helper
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 7 Jul 2008 14:19:53 +0000 (22:19 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:18 +0000 (20:35 +0800)
This patch adds the walking helpers for hash algorithms akin to
those of block ciphers.  This is a necessary step before we can
reimplement existing hash algorithms using the new ahash interface.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found