Hi Saoirse, > -----Original Message----- > From: Saoirse O'Donovan <[email protected]> > Sent: Friday 14 April 2023 14:55 > To: Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]> > Cc: [email protected]; O'Donovan, Saoirse <[email protected]>; Ji, > Kai <[email protected]>; [email protected] > Subject: [PATCH] test/crypto: fix return value for snow3g testcase > > Unit tests were failing due to the return value of the decryption and > authentication functions not being handled correctly. This has now been > modified to return the expected test status. > > Fixes: e23eccfd281e ("test/crypto: fix bitwise operator in a SNOW3G case") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Saoirse O'Donovan <[email protected]> > --- > app/test/test_cryptodev.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >
Acked-by: Ciara Power <[email protected]>

