Re: [PATCH 0/3] crypto: replace memset by memzero_explicit

2021-04-02 Thread Herbert Xu
On Fri, Mar 26, 2021 at 09:20:45AM +0800, Kai Ye wrote: > use memzero_explicit instead of memset to clear sensitive data, > such as buffer or key. Does this fix a real issue? If not then it's just unnecessary churn. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/

[PATCH 0/3] crypto: replace memset by memzero_explicit

2021-03-25 Thread Kai Ye
use memzero_explicit instead of memset to clear sensitive data, such as buffer or key. Kai Ye (3): crypto: atmel - use memzero_explicit() for clearing data crypto: qce - use memzero_explicit() for clearing data crypto: stm32 - use memzero_explicit() for clearing data drivers/crypto/atmel