RE: [PATCH] examples/fips_validation: fix digest in non JSON SHA MCT

2023-03-27 Thread Akhil Goyal
> Hi Gowrishankar, > > Subject: [PATCH] examples/fips_validation: fix digest in non JSON SHA MCT > > > > Non JSON SHA MCT tests produce incorrect digest due to a regression while > > handling MD blocks in common for all kind of SHA, SHA2, SHA3 and SHAKE > > algori

RE: [PATCH] examples/fips_validation: fix digest in non JSON SHA MCT

2023-03-24 Thread Dooley, Brian
les/fips_validation: fix digest in non JSON SHA MCT > > Non JSON SHA MCT tests produce incorrect digest due to a regression while > handling MD blocks in common for all kind of SHA, SHA2, SHA3 and SHAKE > algorithms. Fixing this along with some cleanup to use only rte_malloc API for >

[PATCH] examples/fips_validation: fix digest in non JSON SHA MCT

2023-03-24 Thread Gowrishankar Muthukrishnan
Non JSON SHA MCT tests produce incorrect digest due to a regression while handling MD blocks in common for all kind of SHA, SHA2, SHA3 and SHAKE algorithms. Fixing this along with some cleanup to use only rte_malloc API for storing test vectors as in other tests. Fixes: d8417b5ef4e ("examples/fips