]> git.droids-corp.org - dpdk.git/commit
test/crypto: fix authentication IV for ZUC SGL
authorCiara Power <ciara.power@intel.com>
Thu, 23 Jun 2022 14:31:42 +0000 (14:31 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 30 Jun 2022 04:54:21 +0000 (06:54 +0200)
commit5d170ccea5edb84eabff2c0e9b4b1df822615009
tree3c1acb31a500a4ac2afe2376c4483059cfce45c0
parent6eb3ba03995cd4f2cbe650cafc96c71965afc3ca
test/crypto: fix authentication IV for ZUC SGL

The wireless operation for ZUC SGL tests was being passed NULL instead
of a pointer to the test data authentication IV, and IV length 0.
This is now corrected to use the IV from the test data.

Fixes: 11c5485bb276 ("test/crypto: add scatter-gather tests for IP and OOP")
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/test_cryptodev.c