commit | 401e4238f35c7a21d32bc27370d4d045f7019c20 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 03 14:49:31 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 04 15:05:02 2015 +0800 |
tree | 6d39a2c949f97ffad6d35b06b7b4534328557a20 | |
parent | 3491244c62988176cb8029c67aba0cfdf5d7793c [diff] |
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>