summaryrefslogtreecommitdiff
path: root/kernel/padata.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-07-20 21:01:04 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2021-07-30 10:58:35 +0800
commit192b722f3866d3fb45b9e6a6ecd02ff09f2aefbe (patch)
tree1525308e8024060fdab8f2bff30ed7cf200cdbb9 /kernel/padata.c
parentec2088b66f7a143eb14063f598d0bb3f64654c38 (diff)
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>
Diffstat (limited to 'kernel/padata.c')
0 files changed, 0 insertions, 0 deletions