diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2007-04-16 06:48:54 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-05-02 00:38:31 -0400 |
| commit | b5b7f08869340aa8cfa23303f7d195f161479592 (patch) | |
| tree | dd1f3f00165e7ca31e29a52d64909439cdfab8fd /crypto/Kconfig | |
| 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>
Diffstat (limited to 'crypto/Kconfig')
| -rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 086fcec447..a20a3f14d3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
| @@ -16,6 +16,10 @@ config CRYPTO_ALGAPI | |||
| 16 | help | 16 | help |
| 17 | This option provides the API for cryptographic algorithms. | 17 | This option provides the API for cryptographic algorithms. |
| 18 | 18 | ||
| 19 | config CRYPTO_ABLKCIPHER | ||
| 20 | tristate | ||
| 21 | select CRYPTO_BLKCIPHER | ||
| 22 | |||
| 19 | config CRYPTO_BLKCIPHER | 23 | config CRYPTO_BLKCIPHER |
| 20 | tristate | 24 | tristate |
| 21 | select CRYPTO_ALGAPI | 25 | select CRYPTO_ALGAPI |
