Skip to content

Commit

Permalink
Revert crypto: prng - Deterministic CPRNG
Browse files Browse the repository at this point in the history
This patch is clearly not ready yet for prime time.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Herbert Xu committed Jul 15, 2008
1 parent 5a86102 commit 7890ea1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 447 deletions.
9 changes: 0 additions & 9 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -666,15 +666,6 @@ config CRYPTO_LZO
help
This is the LZO algorithm.

comment "Random Number Generation"

config CRYPTO_PRNG
tristate "Pseudo Random Number Generation for Cryptographic modules"
help
This option enables the generic pseudo random number generator
for cryptographic modules. Uses the Algorithm specified in
ANSI X9.31 A.2.4

source "drivers/crypto/Kconfig"

endif # if CRYPTO
2 changes: 1 addition & 1 deletion crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o
obj-$(CONFIG_CRYPTO_LZO) += lzo.o
obj-$(CONFIG_CRYPTO_PRNG) += prng.o

obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o

#
Expand Down
Loading

0 comments on commit 7890ea1

Please sign in to comment.