aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c
Commit message (Collapse)AuthorAgeFilesLines
* [CRYPTO] api: Add async blkcipher typeHerbert Xu2007-05-021-0/+83
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>