Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158025
b: refs/heads/master
c: 4e4ed83
h: refs/heads/master
i:
  158023: 9183a23
v: v3
  • Loading branch information
Neil Horman authored and Herbert Xu committed Aug 20, 2009
1 parent af17e5a commit 5870603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: 63b5ac286d5d7f668da537cc53a552578f7674a2
refs/heads/master: 4e4ed83be6a64c8c9fe69c77f37a26bb62ed21f7
8 changes: 6 additions & 2 deletions trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ comment "Crypto core or helper"

config CRYPTO_FIPS
bool "FIPS 200 compliance"
depends on CRYPTO_ANSI_CPRNG
help
This options enables the fips boot option which is
required if you want to system to operate in a FIPS 200
certification. You should say no unless you know what
this is.
this is. Note that CRYPTO_ANSI_CPRNG is requred if this
option is selected

config CRYPTO_ALGAPI
tristate
Expand Down Expand Up @@ -787,12 +789,14 @@ comment "Random Number Generation"

config CRYPTO_ANSI_CPRNG
tristate "Pseudo Random Number Generation for Cryptographic modules"
default m
select CRYPTO_AES
select CRYPTO_RNG
help
This option enables the generic pseudo random number generator
for cryptographic modules. Uses the Algorithm specified in
ANSI X9.31 A.2.4
ANSI X9.31 A.2.4. Not this option must be enabled if CRYPTO_FIPS
is selected

source "drivers/crypto/Kconfig"

Expand Down

0 comments on commit 5870603

Please sign in to comment.