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

2020-10-10 Thread Akhil Goyal
> 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 recog

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

2020-10-09 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