Re: [dpdk-dev] [PATCH v4 11/11] crypto/nitrox: add SHA224 and SHA256 HMAC algorithms

2019-09-20 Thread Akhil Goyal
> > Hi Nagadheeraj, > > > > Add SHA224 and SHA256 HMAC algorithms and it's corresponding tests. > > > > Signed-off-by: Nagadheeraj Rottela > > --- > Since your PMD is not merged, you should split this patch and squash it to > relevant patches in this patchset. One more thing, I saw some extra

Re: [dpdk-dev] [PATCH v4 11/11] crypto/nitrox: add SHA224 and SHA256 HMAC algorithms

2019-09-20 Thread Akhil Goyal
Hi Nagadheeraj, > > Add SHA224 and SHA256 HMAC algorithms and it's corresponding tests. > > Signed-off-by: Nagadheeraj Rottela > --- Since your PMD is not merged, you should split this patch and squash it to relevant patches in this patchset.

[dpdk-dev] [PATCH v4 11/11] crypto/nitrox: add SHA224 and SHA256 HMAC algorithms

2019-08-26 Thread Nagadheeraj Rottela
Add SHA224 and SHA256 HMAC algorithms and it's corresponding tests. Signed-off-by: Nagadheeraj Rottela --- app/test/test_cryptodev_aes_test_vectors.h | 18 +++ doc/guides/cryptodevs/features/nitrox.ini | 2 ++ drivers/crypto/nitrox/nitrox_sym.c | 6 drivers