OSDN Git Service

crypto: algif - zeroize IV buffer
authorStephan Mueller <smueller@chronox.de>
Tue, 11 Nov 2014 04:37:57 +0000 (05:37 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 12 Nov 2014 14:14:31 +0000 (22:14 +0800)
commite1bd95bf7c25530a99ce371e0a26e4932efc021d
treed398358707325a4677c8ba46d06f5335c9e5b1d1
parent2a6af25befd0197e805b3aa5ebfc253079ce7136
crypto: algif - zeroize IV buffer

Zeroize the buffer holding the IV used for the completed
cipher operation before the buffer is released by the
skcipher AF_ALG interface handler.

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