commit | a8f1a05292db8b410be47fa905669672011f0343 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 19 14:12:03 2010 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 19 14:12:03 2010 +1000 |
tree | 2ea9a9ad8c341f3478b755c12e3ebc12643a2472 | |
parent | beb63da739f797519aa9990297697abf4db1ac0d [diff] |
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>