RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-07-03 Thread Akhil Goyal
> Subject: RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM > > Acked-by: Gowrishankar Muthukrishnan Applied to dpdk-next-crypto Thanks.

RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-07-03 Thread Gowrishankar Muthukrishnan
Acked-by: Gowrishankar Muthukrishnan

RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-06-30 Thread Dooley, Brian
Hey Samina, > -Original Message- > From: Arshad, Samina > Sent: Wednesday, June 28, 2023 3:39 PM > To: Dooley, Brian ; Gowrishankar Muthukrishnan > > Cc: dev@dpdk.org; sta...@dpdk.org; Arshad, Samina > ; Kovacevic, Marko > Subject: [PATCH v1] examples/fips_valid

[PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-06-28 Thread Samina Arshad
For AES GCM non JSON decrypt test cases the digest length is being set incorrectly.The digest length is not being cleared after test cases, causing an issue when running tests individually without the --path-is-folder flag. This fix adds the digest length correctly to the decrypt cases and clears t