OpenCloudOS-Kernel/drivers/crypto/allwinner/sun8i-ce
Jason Wang c391714c04 crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data
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 <wangborong@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-08-12 19:16:57 +08:00
..
Makefile crypto: sun8i-ce - Add support for the TRNG 2020-09-25 17:48:28 +10:00
sun8i-ce-cipher.c crypto: allwinner - Fix the parameter of dma_unmap_sg() 2021-03-26 20:02:34 +11:00
sun8i-ce-core.c crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe() 2021-04-16 21:16:33 +10:00
sun8i-ce-hash.c crypto: allwinner - Fix the parameter of dma_unmap_sg() 2021-03-26 20:02:34 +11:00
sun8i-ce-prng.c crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data 2021-08-12 19:16:57 +08:00
sun8i-ce-trng.c crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data 2021-08-12 19:16:57 +08:00
sun8i-ce.h crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00