Re: [PATCH 1/7] crypto: qce: common: Add MAC failed error checking

2021-04-13 Thread Thara Gopinath
Hi Bjorn, Thanks for the reviews. I realized that I had these replies in my draft for a while and forgot to send them! On 4/5/21 1:36 PM, Bjorn Andersson wrote: On Thu 25 Feb 12:27 CST 2021, Thara Gopinath wrote: MAC_FAILED gets set in the status register if authenthication fails for ccm

Re: [PATCH 1/7] crypto: qce: common: Add MAC failed error checking

2021-04-05 Thread Bjorn Andersson
On Thu 25 Feb 12:27 CST 2021, Thara Gopinath wrote: > MAC_FAILED gets set in the status register if authenthication fails > for ccm algorithms(during decryption). Add support to catch and flag > this error. > > Signed-off-by: Thara Gopinath > --- > drivers/crypto/qce/common.c | 11 ---

[PATCH 1/7] crypto: qce: common: Add MAC failed error checking

2021-02-25 Thread Thara Gopinath
MAC_FAILED gets set in the status register if authenthication fails for ccm algorithms(during decryption). Add support to catch and flag this error. Signed-off-by: Thara Gopinath --- drivers/crypto/qce/common.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git