RE: [PATCH] crypto/qat: fix SM3 auth mode

2023-03-11 Thread Akhil Goyal
> > Subject: [PATCH] crypto/qat: fix SM3 auth mode > > > > The SM3 auth mode is now set to 0 for QAT, to support plain hash only. > > This should also be added to the capabilities for GEN3 and GEN4. > > SM3 HMAC is not supported. > > > > Fixes: 75fd4bbc94a

RE: [PATCH] crypto/qat: fix SM3 auth mode

2023-03-01 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Power, Ciara > Sent: Wednesday, March 1, 2023 2:59 PM > To: Ji, Kai > Cc: dev@dpdk.org; Power, Ciara ; Kusztal, ArkadiuszX > ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix SM3 auth mode > > The SM3 auth mode is now set to

[PATCH] crypto/qat: fix SM3 auth mode

2023-03-01 Thread Ciara Power
The SM3 auth mode is now set to 0 for QAT, to support plain hash only. This should also be added to the capabilities for GEN3 and GEN4. SM3 HMAC is not supported. Fixes: 75fd4bbc94ab ("crypto/qat: support SM3 hash algorithm") Cc: arkadiuszx.kusz...@intel.com Cc: sta...@dpdk.org Signed-off-by: Cia