> > This patch adds checking of the symmetric crypto operation status that was > silently skipped before. It fixes the wireless algorithms session creation > (SNOW3G, KASUMI, ZUC) and passing of the digest data for the verification by > PMD. Also fixed the missing aad padding issue revealed after op status > checking > was introduced. > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") > Fixes: 77a217a19bb7 ("test/crypto: add AES-CCM tests") > > Signed-off-by: Adam Dybkowski <adamx.dybkow...@intel.com> > --- > app/test/test_cryptodev.c | 96 +++++++++++++++++++++------------------ > 1 file changed, 52 insertions(+), 44 deletions(-) >
Tested-by: Ankur Dwivedi <adwiv...@marvell.com> Reviewed-by: Anoob Joseph <ano...@marvell.com>