[CRYPTO] tcrypt: Use asynchronous hash interface
authorLoc Ho <lho@amcc.com>
Wed, 14 May 2008 13:24:51 +0000 (21:24 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:14 +0000 (20:35 +0800)
commitcde0e2c819aad91ed1e1c2e8aa64c16e7774c769
tree5453dbb5b9721c64f7cbab337c83ce6c1e2e0e52
parentb8a28251c2066a2ac6481fc49ced5eb7f078e49b
[CRYPTO] tcrypt: Use asynchronous hash interface

This patch changes tcrypt to use the new asynchronous hash interface
for testing hash algorithm correctness.  The speed tests will continue
to use the existing interface for now.

Signed-off-by: Loc Ho <lho@amcc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c