]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: rng - Make DRBG the default RNG
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 3 Jun 2015 06:49:31 +0000 (14:49 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 4 Jun 2015 07:05:02 +0000 (15:05 +0800)
commit29a58b747ef9cbf39e3cf6a58fdc4836008f378a
tree6d39a2c949f97ffad6d35b06b7b4534328557a20
parentab91137cb5481ab2a7f20fcd875c7ac6b4ad3475
crypto: rng - Make DRBG the default RNG

This patch creates a new invisible Kconfig option CRYPTO_RNG_DEFAULT
that simply selects the DRBG.  This new option is then selected
by the IV generators.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig