crypto: drbg - remove unnecessary sanity check for shadow state
authorStephan Mueller <smueller@chronox.de>
Sun, 17 Aug 2014 15:41:38 +0000 (17:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 25 Aug 2014 12:34:14 +0000 (20:34 +0800)
During creation of the DRBG shadow state, it is ensured that the DRBG
state structure is already allocated. Thus, a sanity check for verifying
that the structure is allocated is removed.

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

No differences found