Hi Arek, > -----Original Message----- > From: Arek Kusztal <[email protected]> > Sent: Wednesday 17 August 2022 07:56 > To: [email protected] > Cc: [email protected]; Ji, Kai <[email protected]>; Kusztal, ArkadiuszX > <[email protected]> > Subject: [PATCH 1/3] crypto/qat: make immutable parameters constant > > All pointers passed to functions that are not supposed to have its data > changed should be marked as constant. > Additionally session field should be checked only in with session case. > > Signed-off-by: Arek Kusztal <[email protected]> > --- > drivers/common/qat/qat_adf/qat_pke.h | 16 ++--- > drivers/crypto/qat/qat_asym.c | 133 ++++++++++++++++++--------------- > -- > drivers/crypto/qat/qat_ec.h | 2 +- > 3 files changed, 76 insertions(+), 75 deletions(-)
Acked-by: Ciara Power <[email protected]>

