crypto: drbg - leave cipher handles operational
authorStephan Mueller <smueller@chronox.de>
Sat, 18 Apr 2015 17:37:00 +0000 (19:37 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2015 01:14:45 +0000 (09:14 +0800)
commitfa3ae6253ccda65e6824a2a38c8a87c204c28d84
tree1e70a3baaffcfed016395b9c25d802aca256a392
parent76899a41f830d17affe6f9c58cc4b23ba26f5e00
crypto: drbg - leave cipher handles operational

As the DRBG does not operate on shadow copies of the DRBG instance
any more, the cipher handles only need to be allocated once during
initalization time and deallocated during uninstantiate time.

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