> -----Original Message-----
> From: Dybkowski, AdamX <[email protected]>
> Sent: Friday, December 20, 2019 12:59 PM
> To: [email protected]; Trahe, Fiona <[email protected]>; [email protected];
> Doherty, Declan
> <[email protected]>; [email protected]
> Cc: Dybkowski, AdamX <[email protected]>
> Subject: [PATCH v2 1/1] test/crypto: fix missing operation status check
>
> 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 <[email protected]>
Acked-by: Fiona Trahe <[email protected]>