Re: [dpdk-dev] [PATCH] crypto/mvsam: fix capabilities for crypto algorithms

2021-07-07 Thread Akhil Goyal
> Increased AAD max size up to 64B and allowed AAD increment step > 1B according to EIP197 token HW limitation. > In addition, some capabilities were found incorrect due to > running FIPS tests. The patch fix the capabilities. > > Fixes: 8a61c83af2f ("crypto/mrvl: add mrvl crypto driver") > Fixes:

[dpdk-dev] [PATCH] crypto/mvsam: fix capabilities for crypto algorithms

2021-06-30 Thread danat
From: Michael Shamis Increased AAD max size up to 64B and allowed AAD increment step 1B according to EIP197 token HW limitation. In addition, some capabilities were found incorrect due to running FIPS tests. The patch fix the capabilities. Fixes: 8a61c83af2f ("crypto/mrvl: add mrvl crypto driver