Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99299
b: refs/heads/master
c: b8454ee
h: refs/heads/master
i:
  99297: 0a73735
  99295: 942b232
v: v3
  • Loading branch information
Neil Horman authored and Herbert Xu committed Jul 10, 2008
1 parent 3035f25 commit 251c666
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 166247f46a9c866e6f7f7d2212be875fb82212a1
refs/heads/master: b8454eebe380677789735fd6bad368af2e6b2d1e
9 changes: 9 additions & 0 deletions trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,15 @@ 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 trunk/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 251c666

Please sign in to comment.