test/crypto: fix test vectors for ZUC-256

Message ID 20211031220421.52181-1-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series test/crypto: fix test vectors for ZUC-256 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-broadcom-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/intel-Testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS

Commit Message

De Lara Guarch, Pablo Oct. 31, 2021, 10:04 p.m. UTC
  Fix the IV for ZUC-256 test vectors

Fixes: 216125c62d28 ("test/crypto: add ZUC-256 vectors")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 app/test/test_cryptodev_zuc_test_vectors.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
  

Comments

Akhil Goyal Nov. 4, 2021, 10:57 a.m. UTC | #1
> Fix the IV for ZUC-256 test vectors
> 
> Fixes: 216125c62d28 ("test/crypto: add ZUC-256 vectors")
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
Applied to dpdk-next-crypto

Thanks.
  

Patch

diff --git a/app/test/test_cryptodev_zuc_test_vectors.h b/app/test/test_cryptodev_zuc_test_vectors.h
index ba5c68ca72..5c5bebebc3 100644
--- a/app/test/test_cryptodev_zuc_test_vectors.h
+++ b/app/test/test_cryptodev_zuc_test_vectors.h
@@ -1296,7 +1296,7 @@  static struct wireless_test_data zuc256_test_case_cipher_1 = {
 		.data = {
 			0x8e, 0x5d, 0xbc, 0x3f, 0xb9, 0xae, 0x66, 0xa3,
 			0xb9, 0x5c, 0x12, 0x14, 0xdb, 0xc5, 0xbc, 0x18,
-			0x48, 0x92, 0x09, 0x86, 0x65, 0xb3, 0x2e, 0x92,
+			0x48, 0x12, 0x09, 0x06, 0x25, 0x33, 0x2e, 0x12,
 			0x12
 		},
 		.len = 25
@@ -1365,8 +1365,8 @@  static struct wireless_test_data zuc256_test_case_cipher_2 = {
 		.data = {
 			0x98, 0xcc, 0x89, 0x9f, 0xaf, 0x6d, 0x64, 0xb6,
 			0xb1, 0xe8, 0x21, 0x72, 0xee, 0xb6, 0xcc, 0xe3,
-			0xcf, 0xf2, 0x68, 0x61, 0xe1, 0x0d, 0x9e, 0xdc,
-			0x74
+			0xcf, 0x32, 0x28, 0x21, 0x21, 0x0d, 0x1e, 0x1c,
+			0x34
 		},
 		.len = 25
 	},
@@ -1464,8 +1464,8 @@  static struct wireless_test_data zuc256_test_case_auth_1 = {
 		.data = {
 			0xf5, 0x8d, 0x08, 0x26, 0x94, 0x14, 0xc7, 0x4d,
 			0xf5, 0x7c, 0x9c, 0xaa, 0x45, 0x53, 0xfd, 0x85,
-			0x23, 0x8b, 0xc0, 0x4e, 0xa6, 0x2b, 0xcf, 0x41,
-			0xe6
+			0x23, 0x0b, 0x00, 0x0e, 0x26, 0x2b, 0x0f, 0x01,
+			0x26
 		},
 		.len = 25
 	},