RE: [PATCH] crypto/qat: fix cleanup function default behaviour

2022-06-21 Thread Akhil Goyal
> > Full cookie data should be cleared by default if not algorithm > > specified. This is protection in case algorithm specific cleanup > > is not implemented. > > > > Fixes: 3b78aa7b2317 ("crypto/qat: refactor asymmetric crypto functions") > > > > Signed-off-by: Arek Kusztal > > --- > Acked-by: F

RE: [PATCH] crypto/qat: fix cleanup function default behaviour

2022-06-17 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, June 15, 2022 6:58 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH] crypto/qat: fix cleanup function default behaviour > > Full cooki

[PATCH] crypto/qat: fix cleanup function default behaviour

2022-06-15 Thread Arek Kusztal
Full cookie data should be cleared by default if not algorithm specified. This is protection in case algorithm specific cleanup is not implemented. Fixes: 3b78aa7b2317 ("crypto/qat: refactor asymmetric crypto functions") Signed-off-by: Arek Kusztal --- drivers/crypto/qat/qat_asym.c | 4 1