Re: [PATCH 0/2] crypto: zeroization of buffers

2014-11-12 Thread Herbert Xu
On Tue, Nov 11, 2014 at 05:36:16AM +0100, Stephan Mueller wrote: Hi Herbert, as discussed, these patches use the memzero_explicit function that is yet to be integrated into the cryptodev-2.6 tree. Stephan Mueller (2): crypto: AF_ALG - zeroize message digest buffer crypto: AF_ALG -

[PATCH 0/2] crypto: zeroization of buffers

2014-11-10 Thread Stephan Mueller
Hi Herbert, as discussed, these patches use the memzero_explicit function that is yet to be integrated into the cryptodev-2.6 tree. Stephan Mueller (2): crypto: AF_ALG - zeroize message digest buffer crypto: AF_ALG - zeroize IV buffer crypto/algif_hash.c | 2 ++ crypto/algif_skcipher.c