Re: [dpdk-dev] [PATCH v1] crypto/ccp: aes-gcm driver bug fix

2020-01-27 Thread Akhil Goyal
> > Looks good to me. > > Acked-by: Ravi Kumar > > Regards, > Ravi > > > > > > > >fixes ccp crypto driver to make aes-gcm output match with openssl/NIST > output > > > >Signed-off-by: Selwin Sebastian > >--- Please mention commit id for the original patch for which this fix is submitted. "Fi

Re: [dpdk-dev] [PATCH v1] crypto/ccp: aes-gcm driver bug fix

2020-01-20 Thread Kumar, Ravi1
bject: [dpdk-dev] [PATCH v1] crypto/ccp: aes-gcm driver bug fix > >[CAUTION: External Email] > >fixes ccp crypto driver to make aes-gcm output match with openssl/NIST output > >Signed-off-by: Selwin Sebastian >--- > drivers/crypto/ccp/ccp_crypto.c | 21 +++--

[dpdk-dev] [PATCH v1] crypto/ccp: aes-gcm driver bug fix

2019-12-30 Thread Selwin Sebastian
fixes ccp crypto driver to make aes-gcm output match with openssl/NIST output Signed-off-by: Selwin Sebastian --- drivers/crypto/ccp/ccp_crypto.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/crypto/ccp/ccp_crypto.c b/drivers/crypto/ccp/ccp_c