> Hi Akhil,
>
> > Hi Brian,
> > > Added functionality to parse algorithm for AES CTR test
> > >
> > > Signed-off-by: Brian Dooley <brian.doo...@intel.com>
> > > Acked-by: Kai Ji <kai...@intel.com>
> > > Acked-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>
> > > ---
> > > 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
Yes, but you added doc updates for both CTR and GMAC in same patch.
I will split it while merging.