diff options
author | David Howells <dhowells@redhat.com> | 2006-12-16 12:09:02 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-02-07 09:20:59 +1100 |
commit | 91652be5d1b901673a8e926455f0ed146cfaa588 (patch) | |
tree | c7a7d3f48be35f64a918472f82ec1b94dc2bcbbd /crypto/Kconfig | |
parent | a28091ae170cd06695bf461905c5b97a165633ba (diff) | |
download | linux-3.10-91652be5d1b901673a8e926455f0ed146cfaa588.tar.gz linux-3.10-91652be5d1b901673a8e926455f0ed146cfaa588.tar.bz2 linux-3.10-91652be5d1b901673a8e926455f0ed146cfaa588.zip |
[CRYPTO] pcbc: Add Propagated CBC template
Add PCBC crypto template support as used by RxRPC.
Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 92ba249f3a5..9d3a44cf863 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -168,6 +168,15 @@ config CRYPTO_CBC CBC: Cipher Block Chaining mode This block cipher algorithm is required for IPSec. +config CRYPTO_PCBC + tristate "PCBC support" + select CRYPTO_BLKCIPHER + select CRYPTO_MANAGER + default m + help + PCBC: Propagating Cipher Block Chaining mode + This block cipher algorithm is required for RxRPC. + config CRYPTO_LRW tristate "LRW support (EXPERIMENTAL)" depends on EXPERIMENTAL |