Searched hist:"8 f0691fc51e1ce06ccfccb7336320331a9521b9d" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/ |
H A D | talitos.c | diff 8f0691fc51e1ce06ccfccb7336320331a9521b9d Fri Mar 23 11:42:24 CET 2018 Tudor-Dan Ambarus <tudor.ambarus@microchip.com> crypto: talitos - don't leak pointers to authenc keys
In talitos's aead_setkey we save pointers to the authenc keys in a local variable of type struct crypto_authenc_keys and we don't zeroize it after use. Fix this and don't leak pointers to the authenc keys.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|