Re: [PATCH] crypto: qat - Set ctx->e to NULL in qat_rsa_exit_tfm

2016-02-09 Thread Herbert Xu
On Tue, Feb 09, 2016 at 11:21:35AM +, Salvatore Benedetto wrote: > Signed-off-by: Salvatore Benedetto We already use kzfree on the tfm, so we can get rid of all these manual zeroing. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.o

[PATCH] crypto: qat - Set ctx->e to NULL in qat_rsa_exit_tfm

2016-02-09 Thread Salvatore Benedetto
Signed-off-by: Salvatore Benedetto --- drivers/crypto/qat/qat_common/qat_asym_algs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/qat/qat_common/qat_asym_algs.c b/drivers/crypto/qat/qat_common/qat_asym_algs.c index 51c594f..54e386e 100644 --- a/drivers/crypt