diff options
author | David Howells <dhowells@redhat.com> | 2006-12-15 20:13:14 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-02-06 17:20:59 -0500 |
commit | 90831639a65592d6d3dc888dc3341f54ebf932e6 (patch) | |
tree | 30f3c32f414ff69d76b2c733a71739229f00be97 /crypto/Kconfig | |
parent | 91652be5d1b901673a8e926455f0ed146cfaa588 (diff) |
[CRYPTO] fcrypt: Add FCrypt from RxRPC
Add a crypto module to provide FCrypt encryption 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 9d3a44cf8637..e2e1eb13827e 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -204,6 +204,13 @@ config CRYPTO_DES_S390 | |||
204 | help | 204 | help |
205 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). | 205 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). |
206 | 206 | ||
207 | config CRYPTO_FCRYPT | ||
208 | tristate "FCrypt cipher algorithm" | ||
209 | select CRYPTO_ALGAPI | ||
210 | select CRYPTO_BLKCIPHER | ||
211 | help | ||
212 | FCrypt algorithm used by RxRPC. | ||
213 | |||
207 | config CRYPTO_BLOWFISH | 214 | config CRYPTO_BLOWFISH |
208 | tristate "Blowfish cipher algorithm" | 215 | tristate "Blowfish cipher algorithm" |
209 | select CRYPTO_ALGAPI | 216 | select CRYPTO_ALGAPI |