aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-07-15 11:46:24 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-15 11:46:24 -0400
commit7890ea1f95fa8968fa6f5bb5860e6632932abfd3 (patch)
tree2759b92fc817b3cae8cf88d9a8e5b74feeabb4cd /crypto/Kconfig
parent5a86102248592e178a9023359ccf7f0e489d8e35 (diff)
Revert crypto: prng - Deterministic CPRNG
This patch is clearly not ready yet for prime time. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ea503572fcbe..d83185915eee 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -666,15 +666,6 @@ config CRYPTO_LZO
666 help 666 help
667 This is the LZO algorithm. 667 This is the LZO algorithm.
668 668
669comment "Random Number Generation"
670
671config CRYPTO_PRNG
672 tristate "Pseudo Random Number Generation for Cryptographic modules"
673 help
674 This option enables the generic pseudo random number generator
675 for cryptographic modules. Uses the Algorithm specified in
676 ANSI X9.31 A.2.4
677
678source "drivers/crypto/Kconfig" 669source "drivers/crypto/Kconfig"
679 670
680endif # if CRYPTO 671endif # if CRYPTO