Hi Akhil, > -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Friday, October 7, 2022 11:49 AM > To: Dooley, Brian <[email protected]> > Cc: [email protected]; Gowrishankar Muthukrishnan > <[email protected]>; [email protected]; Ji, Kai > <[email protected]> > Subject: RE: [EXT] [PATCH v4] examples/fips_validation: add parsing for AES > CTR > > Hi Brian, > > Added functionality to parse algorithm for AES CTR test > > > > Signed-off-by: Brian Dooley <[email protected]> > > Acked-by: Kai Ji <[email protected]> > > Acked-by: Gowrishankar Muthukrishnan <[email protected]> > > --- > > v2: fix clang warning for int-in-bool-context > > --- > > v3: in reply to fix and patchwork CI > > --- > > v4: missing acks > > --- > > examples/fips_validation/fips_validation.c | 2 ++ > > examples/fips_validation/fips_validation.h | 2 ++ > > examples/fips_validation/fips_validation_aes.c | 5 +++++ > > examples/fips_validation/main.c | 9 +++++++-- > > 4 files changed, 16 insertions(+), 2 deletions(-) > Can you also update doc/guides/sample_app_ug/fips_validation.rst for CTR > and GMAC that you have added.
Docs now updated in latest version

