> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Fan Zhang
> Sent: Friday, September 4, 2020 5:10 PM
> To: [email protected]
> Cc: [email protected]; Trahe, Fiona <[email protected]>; Kusztal,
> ArkadiuszX <[email protected]>; Dybkowski, AdamX
> <[email protected]>; Zhang, Roy Fan <[email protected]>;
> Janjua, Weqaar A <[email protected]>
> Subject: [dpdk-dev] [dpdk-dev v2 2/2] fips_validation: update GCM test
> 
> This patch updates fips validation GCM test capabilities:
> 
> - In NIST GCMVS spec GMAC test vectors are the GCM ones with plaintext
> length as 0 and uses AAD as input data. Originally fips_validation tests 
> treats
> them both as GCM test vectors.
> This patch introduce automatic test type recognition between the two: when
> plaintext length is 0 the prepare_gmac_xform and prepare_auth_op
> functions are called, otherwise prepare_gcm_xform and prepare_aead_op
> functions are called.
> 
> - NIST GCMVS also specified externally or internally IV generation. When IV is
> to be generated by IUT internally IUT shall store the generated IV in the
> response file. This patch also adds the support to that.
> 
> Signed-off-by: Fan Zhang <[email protected]>
> Signed-off-by: Weqaar Janjua <[email protected]>
> ---
> --
> 2.20.1

Acked-by: John Griffin <[email protected]>

Reply via email to