crypto: drbg - DRBG kernel configuration options
authorStephan Mueller <smueller@chronox.de>
Sat, 31 May 2014 15:22:31 +0000 (17:22 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Jun 2014 13:26:09 +0000 (21:26 +0800)
commit419090c6c6862abb54b7c77efc3c00ed35909d73
tree4348189b91039d53759f321339433c709c5ed720
parent3e16f959b93fd323e1d1a37760e10f39fa3007bb
crypto: drbg - DRBG kernel configuration options

The different DRBG types of CTR, Hash, HMAC can be enabled or disabled
at compile time. At least one DRBG type shall be selected.

The default is the HMAC DRBG as its code base is smallest.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig