commit | b5b7f08869340aa8cfa23303f7d195f161479592 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Apr 16 20:48:54 2007 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 02 14:38:31 2007 +1000 |
tree | dd1f3f00165e7ca31e29a52d64909439cdfab8fd | |
parent | ebc610e5bc76df073221e64e86c3f7533a09ea40 [diff] |
[CRYPTO] api: Add async blkcipher type This patch adds the mid-level interface for asynchronous block ciphers. It also includes a generic queueing mechanism that can be used by other asynchronous crypto operations in future. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>