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)
commita8f1a05292db8b410be47fa905669672011f0343
tree2ea9a9ad8c341f3478b755c12e3ebc12643a2472
parentbeb63da739f797519aa9990297697abf4db1ac0d
crypto: testmgr - Add testing for async hashing and update/final

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>
crypto/testmgr.c