]> 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)
commit95e40207364d59e0d22ba639e85ed102151a018b
tree6d39a2c949f97ffad6d35b06b7b4534328557a20
parentfdb832b7fdc61b119a517e6e17cdd4596f48b6da
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