[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)
commit6158efc09016d3186263f6fd3a50667446ec4008
treeb9656346dd6cce6b78fc52bd3bcb84c7bcc77947
parent32e3983fe590ac4cd70c7728eb330d43cef031a7
[CRYPTO] tcrypt: Use async blkcipher interface

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