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)
commit20036252fc61c624a49770fb89684ea5cfdfa05e
tree29db0f146bab13b399d0df9e80041fc35a64fc91
parentb8454eebe380677789735fd6bad368af2e6b2d1e
crypto: hash - Added scatter list walking helper

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>
crypto/ahash.c
include/crypto/internal/hash.h [new file with mode: 0644]