[CRYPTO] api: Add async blkcipher type
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 16 Apr 2007 10:48:54 +0000 (20:48 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 2 May 2007 04:38:31 +0000 (14:38 +1000)
commitb5b7f08869340aa8cfa23303f7d195f161479592
treedd1f3f00165e7ca31e29a52d64909439cdfab8fd
parentebc610e5bc76df073221e64e86c3f7533a09ea40
[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>
crypto/Kconfig
crypto/Makefile
crypto/ablkcipher.c [new file with mode: 0644]
crypto/algapi.c
include/crypto/algapi.h
include/linux/crypto.h