crypto: cryptd - Add finup/export/import for hash
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 03:10:22 +0000 (11:10 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 03:10:22 +0000 (11:10 +0800)
commit6fba00d176ab73b15bb8e31f261582943429a92b
tree4a29cb4a018ae708b80f8e7a9af19e60770f864c
parent2a549c364aa11e658ae14b71861d25474e5808cf
crypto: cryptd - Add finup/export/import for hash

This patch adds the finup/export/import functions to the cryptd
ahash implementation.  We simply invoke the underlying shash
operations.

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