linux/drivers/crypto/allwinner
Denis Efremov f089ee55de crypto: sun8i-ss - remove redundant memzero_explicit()
Remove redundant memzero_explicit() in sun8i_ss_cipher() before calling
kfree_sensitive(). kfree_sensitive() will zero the memory with
memzero_explicit().

Fixes: 453431a549 ("mm, treewide: rename kzfree() to kfree_sensitive()")
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-09-04 17:57:17 +10:00
..
sun4i-ss crypto: sun4i - permit asynchronous skcipher as fallback 2020-07-16 21:49:02 +10:00
sun8i-ce crypto: sun8i-ce - use kfree_sensitive() 2020-09-04 17:57:16 +10:00
sun8i-ss crypto: sun8i-ss - remove redundant memzero_explicit() 2020-09-04 17:57:17 +10:00
Kconfig crypto: sun4i-ss - remove dependency on not 64BIT 2019-11-22 18:48:37 +08:00
Makefile crypto: allwinner - Add sun8i-ss cryptographic offloader 2019-11-01 13:38:31 +08:00