aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ablkcipher.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu1-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>