[CRYPTO] tcrypt: Use async blkcipher interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 4 Apr 2007 07:41:07 +0000 (17:41 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 2 May 2007 04:38:30 +0000 (14:38 +1000)
This patch converts the tcrypt module to use the asynchronous block cipher
interface.  As all synchronous block ciphers can be used through the async
interface, tcrypt is still able to test them.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found