diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index a784c2dce57e..2274293e71e1 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -46,6 +46,10 @@ config CRYPTO_HASH | |||
46 | tristate | 46 | tristate |
47 | select CRYPTO_ALGAPI | 47 | select CRYPTO_ALGAPI |
48 | 48 | ||
49 | config CRYPTO_RNG | ||
50 | tristate | ||
51 | select CRYPTO_ALGAPI | ||
52 | |||
49 | config CRYPTO_MANAGER | 53 | config CRYPTO_MANAGER |
50 | tristate "Cryptographic algorithm manager" | 54 | tristate "Cryptographic algorithm manager" |
51 | select CRYPTO_AEAD | 55 | select CRYPTO_AEAD |
@@ -689,6 +693,18 @@ config CRYPTO_LZO | |||
689 | help | 693 | help |
690 | This is the LZO algorithm. | 694 | This is the LZO algorithm. |
691 | 695 | ||
696 | comment "Random Number Generation" | ||
697 | |||
698 | config CRYPTO_ANSI_CPRNG | ||
699 | tristate "Pseudo Random Number Generation for Cryptographic modules" | ||
700 | select CRYPTO_AES | ||
701 | select CRYPTO_RNG | ||
702 | select CRYPTO_FIPS | ||
703 | help | ||
704 | This option enables the generic pseudo random number generator | ||
705 | for cryptographic modules. Uses the Algorithm specified in | ||
706 | ANSI X9.31 A.2.4 | ||
707 | |||
692 | source "drivers/crypto/Kconfig" | 708 | source "drivers/crypto/Kconfig" |
693 | 709 | ||
694 | endif # if CRYPTO | 710 | endif # if CRYPTO |