crypto: drbg - remove unnecessary sanity checks
authorStephan Mueller <smueller@chronox.de>
Sun, 17 Aug 2014 15:40:20 +0000 (17:40 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 25 Aug 2014 12:34:11 +0000 (20:34 +0800)
commitbc034ef5573ef4d81daa666c02a3df1ad28e24a7
tree2142828f07080e50456af40949aba98a617a552f
parente6c0244ad38a358598392638688b1dcac7878f66
crypto: drbg - remove unnecessary sanity checks

The drbg_make_shadow function contains sanity checks which are not
needed as the function is invoked at times where it is ensured that the
checked-for variables are available.

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