summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-12-16 12:13:14 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2007-02-07 09:20:59 +1100
commit48b8f2a3ccc0291a2f1c5b25905488b30e6898be (patch)
treef41cbbdd20630fe8355e7c738d81f2f6fe231cb4 /crypto/Kconfig
parent4d2e26013333f0b5f88f4facceb7cda27fa2118a (diff)
downloadlinux-crypto-48b8f2a3ccc0291a2f1c5b25905488b30e6898be.tar.gz
linux-crypto-48b8f2a3ccc0291a2f1c5b25905488b30e6898be.zip
[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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 9d3a44cf..e2e1eb13 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -204,6 +204,13 @@ config CRYPTO_DES_S390
help
DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
+config CRYPTO_FCRYPT
+ tristate "FCrypt cipher algorithm"
+ select CRYPTO_ALGAPI
+ select CRYPTO_BLKCIPHER
+ help
+ FCrypt algorithm used by RxRPC.
+
config CRYPTO_BLOWFISH
tristate "Blowfish cipher algorithm"
select CRYPTO_ALGAPI