[EXT] [PATCH v5] examples/fips_validation: add parsing for AES CTR
Akhil Goyal
gakhil at marvell.com
Mon Oct 10 21:49:49 CEST 2022
> Added functionality to parse algorithm for AES CTR test
>
> Signed-off-by: Brian Dooley <brian.dooley at intel.com>
> Acked-by: Kai Ji <kai.ji at intel.com>
> Acked-by: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
> ---
> v2: fix clang warning for int-in-bool-context
> ---
> v3: in reply to fix and patchwork CI
> ---
> v4: missing acks
> ---
> v5: add documentation
> ---
> doc/guides/sample_app_ug/fips_validation.rst | 2 ++
> 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 +++++++--
> 5 files changed, 18 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guides/sample_app_ug/fips_validation.rst
> b/doc/guides/sample_app_ug/fips_validation.rst
> index 6f4bd34726..6e5885e23b 100644
> --- a/doc/guides/sample_app_ug/fips_validation.rst
> +++ b/doc/guides/sample_app_ug/fips_validation.rst
> @@ -61,6 +61,8 @@ ACVP
> * AES-CBC (128,192,256) - AFT, MCT
> * AES-GCM (128,192,256) - AFT
> * AES-CMAC (128,192,256) - AFT
> + * AES-CTR (128,192,256) - AFT, CTR
> + * AES-GMAC (128,192,256) - AFT
Removed GMAC from this patch and added in GMAC FIPS support
Applied to dpdk-next-crypto
Thanks
More information about the stable
mailing list