]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc69d473eaef5b88e80465c3c12ed83a443ff41d5
tree5453dbb5b9721c64f7cbab337c83ce6c1e2e0e52
parentadff1e825a304fa7106b4cac08f3f0d9e37665f1
[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