examples/fips_validation: fix vectors for AES-GCM
authorSucharitha Sarananaga <ssarananaga@marvell.com>
Wed, 27 Nov 2019 05:00:48 +0000 (10:30 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 28 Nov 2019 15:09:48 +0000 (16:09 +0100)
commit51b9292ee08b385f0f2f51b1bc22f72757373eae
tree5f3c141022e608e667765b3ee8eea7cd342afbd0
parentf513f620591370c7b10f43fc7baa2e258d2f428d
examples/fips_validation: fix vectors for AES-GCM

Test vectors for AES-GCM need to be populated by using aead member
and not cipher_auth. Using incorrect member would result in failures
when AES-GCM with non-zero AAD is tried.

Bugzilla ID: 360
Fixes: 4aaad2995e13 ("examples/fips_validation: support GCM parsing")

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Sucharitha Sarananaga <ssarananaga@marvell.com>
examples/fips_validation/fips_validation_gcm.c