projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a873a5f
)
crypto: ansi_cprng - Do not select FIPS
author
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 19 Jun 2009 12:32:58 +0000
(20:32 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 19 Jun 2009 12:32:58 +0000
(20:32 +0800)
The RNG should work with FIPS disabled.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 4dfdd03e708f2a31a2507301592ae98a50f67fb4..03ef1a986d8b604eec2609c15470bed5cb1d376f 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-782,7
+782,6
@@
config CRYPTO_ANSI_CPRNG
tristate "Pseudo Random Number Generation for Cryptographic modules"
select CRYPTO_AES
select CRYPTO_RNG
- select CRYPTO_FIPS
help
This option enables the generic pseudo random number generator
for cryptographic modules. Uses the Algorithm specified in