Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 738f9823 authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Herbert Xu
Browse files

crypto: qat - fix address leaking of RSA public exponent

parent aa8b6dd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -711,7 +711,7 @@ static void qat_rsa_exit_tfm(struct crypto_akcipher *tfm)
	}
	qat_crypto_put_instance(ctx->inst);
	ctx->n = NULL;
	ctx->d = NULL;
	ctx->e = NULL;
	ctx->d = NULL;
}