commit | 6158efc09016d3186263f6fd3a50667446ec4008 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 04 17:41:07 2007 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 02 14:38:30 2007 +1000 |
tree | b9656346dd6cce6b78fc52bd3bcb84c7bcc77947 | |
parent | 32e3983fe590ac4cd70c7728eb330d43cef031a7 [diff] |
[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>