diff options
author | David Howells <dhowells@redhat.com> | 2006-12-15 20:09:02 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-02-06 17:20:59 -0500 |
commit | 91652be5d1b901673a8e926455f0ed146cfaa588 (patch) | |
tree | c7a7d3f48be35f64a918472f82ec1b94dc2bcbbd /crypto/Kconfig | |
parent | a28091ae170cd06695bf461905c5b97a165633ba (diff) |
[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 92ba249f3a5b..9d3a44cf8637 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -168,6 +168,15 @@ config CRYPTO_CBC | |||
168 | CBC: Cipher Block Chaining mode | 168 | CBC: Cipher Block Chaining mode |
169 | This block cipher algorithm is required for IPSec. | 169 | This block cipher algorithm is required for IPSec. |
170 | 170 | ||
171 | config CRYPTO_PCBC | ||
172 | tristate "PCBC support" | ||
173 | select CRYPTO_BLKCIPHER | ||
174 | select CRYPTO_MANAGER | ||
175 | default m | ||
176 | help | ||
177 | PCBC: Propagating Cipher Block Chaining mode | ||
178 | This block cipher algorithm is required for RxRPC. | ||
179 | |||
171 | config CRYPTO_LRW | 180 | config CRYPTO_LRW |
172 | tristate "LRW support (EXPERIMENTAL)" | 181 | tristate "LRW support (EXPERIMENTAL)" |
173 | depends on EXPERIMENTAL | 182 | depends on EXPERIMENTAL |