Re: [PATCH] crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2021-08-12 11:36:23
Also in:
linux-crypto, linux-sunxi, lkml
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2021-08-12 11:36:23
Also in:
linux-crypto, linux-sunxi, lkml
On Tue, Aug 03, 2021 at 12:55:25PM +0000, Jason Wang wrote:
The kfree_sensitive is a kernel API to clear sensitive information that should not be leaked to other future users of the same memory objects and free the memory. Its function is the same as the combination of memzero_explicit and kfree. Thus, we can replace the combination APIs with the single kfree_sensitive API. Signed-off-by: Jason Wang <redacted> --- drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c | 9 +++------ drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c | 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel