RE: [PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys

2022-10-06 Thread Dooley, Brian
> -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Friday, August 12, 2022 12:52 PM > To: dev@dpdk.org > Cc: Anoob Joseph ; Zhang, Roy Fan > ; Dooley, Brian ; Akhil > Goyal ; jer...@marvell.com; Gowrishankar > Muthukrishnan > Subject: [PATCH v2 1/

[PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys

2022-08-12 Thread Gowrishankar Muthukrishnan
Make use of key param in test callbacks so that, test callback can be shared with multiple keys. Signed-off-by: Gowrishankar Muthukrishnan --- examples/fips_validation/fips_validation.c | 27 +++--- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/examples/fips_vali