]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit123dbc44fc9103116f6c86a2c62fd841e2d2651b
tree1e70a3baaffcfed016395b9c25d802aca256a392
parent2de26a1f60b25c4a8bf40026b55458d2a2fb4141
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