commit | 84693d87a6d7e84a5183fc871653269880614d92 | [log] [tgz] |
---|---|---|
author | Stephan Mueller <smueller@chronox.de> | Sun Aug 17 17:41:38 2014 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 25 20:34:14 2014 +0800 |
tree | e8364a6ea136520e0ba1a80eb4138bcc85f4ce9f | |
parent | 05c81ccd9087d238c10b234eadb55632742e5518 [diff] |
crypto: drbg - remove unnecessary sanity check for shadow state 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>