]> Git Repo - linux.git/blobdiff - crypto/api.c
lockdep: Take read/write status in consideration when generate chainkey
[linux.git] / crypto / api.c
index 5d8fe60b36c16cb9b1a83c84b5a680549bc2a1be..ed08cbd5b9d3f41e70509bd1c00d346cd5d55c86 100644 (file)
@@ -571,7 +571,7 @@ void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm)
                alg->cra_exit(tfm);
        crypto_exit_ops(tfm);
        crypto_mod_put(alg);
-       kzfree(mem);
+       kfree_sensitive(mem);
 }
 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);
 
This page took 0.027001 seconds and 4 git commands to generate.