Re: [dpdk-dev] [dpdk-dev v2 2/2] fips_validation: update GCM test

2020-09-17 Thread Griffin, John
> -Original Message- > From: dev On Behalf Of Fan Zhang > Sent: Friday, September 4, 2020 5:10 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal, > ArkadiuszX ; Dybkowski, AdamX > ; Zhang, Roy Fan ; > Janjua, Weqaar A > Subject:

[dpdk-dev] [dpdk-dev v2 2/2] fips_validation: update GCM test

2020-09-04 Thread Fan Zhang
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 betwe