OSDN Git Service

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)
commit401e4238f35c7a21d32bc27370d4d045f7019c20
tree6d39a2c949f97ffad6d35b06b7b4534328557a20
parent3491244c62988176cb8029c67aba0cfdf5d7793c
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