DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test/crypto: fix test vectors for ZUC-256
@ 2021-10-31 22:04 Pablo de Lara
  2021-11-04 10:57 ` [dpdk-dev] [EXT] " Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2021-10-31 22:04 UTC (permalink / raw)
  To: roy.fan.zhang, vvelumuri; +Cc: dev, Pablo de Lara

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(-)

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
 	},
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [EXT] [PATCH] test/crypto: fix test vectors for ZUC-256
  2021-10-31 22:04 [dpdk-dev] [PATCH] test/crypto: fix test vectors for ZUC-256 Pablo de Lara
@ 2021-11-04 10:57 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2021-11-04 10:57 UTC (permalink / raw)
  To: Pablo de Lara, roy.fan.zhang, Vidya Sagar Velumuri; +Cc: dev

> 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-04 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31 22:04 [dpdk-dev] [PATCH] test/crypto: fix test vectors for ZUC-256 Pablo de Lara
2021-11-04 10:57 ` [dpdk-dev] [EXT] " Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).