crypto: testmgr - Add testing for async hashing and update/final
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 May 2010 04:12:03 +0000 (14:12 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 19 May 2010 04:12:03 +0000 (14:12 +1000)
Extend testmgr such that it tests async hash algorithms,
and that for both sync and async hashes it tests both
->digest() and ->update()/->final() sequences.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found