From 5870603108395666f69961e2992213aefc7afa41 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 20 Aug 2009 17:54:16 +1000 Subject: [PATCH] --- yaml --- r: 158025 b: refs/heads/master c: 4e4ed83be6a64c8c9fe69c77f37a26bb62ed21f7 h: refs/heads/master i: 158023: 9183a23ca185124074c39e2f4f5d82f1aa79bd1f v: v3 --- [refs] | 2 +- trunk/crypto/Kconfig | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 489e5b6e7c4f..4b41bc177adb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63b5ac286d5d7f668da537cc53a552578f7674a2 +refs/heads/master: 4e4ed83be6a64c8c9fe69c77f37a26bb62ed21f7 diff --git a/trunk/crypto/Kconfig b/trunk/crypto/Kconfig index 1db09958eb71..762344202725 100644 --- a/trunk/crypto/Kconfig +++ b/trunk/crypto/Kconfig @@ -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 @@ -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"