linux/drivers/crypto/allwinner/sun8i-ss
Jason Wang 192b722f38 crypto: sun8i-ss - Use kfree_sensitive
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-07-30 10:58:35 +08:00
..
Makefile crypto: sun8i-ss - support hash algorithms 2020-09-25 17:48:17 +10:00
sun8i-ss-cipher.c crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails 2021-04-16 21:16:32 +10:00
sun8i-ss-core.c crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails 2021-04-16 21:16:32 +10:00
sun8i-ss-hash.c crypto: sun8i-ss - Fix memory leak of pad 2021-04-09 17:45:13 +10:00
sun8i-ss-prng.c crypto: sun8i-ss - Use kfree_sensitive 2021-07-30 10:58:35 +08:00
sun8i-ss.h crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00