mbox

[0/2] fix wireless algorithm IVs

Message ID 20220623144250.1259901-1-ciara.power@intel.com (mailing list archive)
Headers

Message

Power, Ciara June 23, 2022, 2:42 p.m. UTC
  Some of the ZUC and Snow3G test vectors did not follow
the specification for the cipher and authentication IVs.

These are now updated to follow the spec documents:
ZUC 128 spec: https://www.gsma.com/security/wp-content/uploads/2019/05/EEA3_EIA3_specification_v1_8.pdf
Snow3G spec: https://www.gsma.com/aboutus/wp-content/uploads/2014/12/uea2uia2d1v21.pdf

Ciara Power (2):
  test/crypto: fix zuc test vector IV format
  test/crypto: fix snow3g test vector IV format

 app/test/test_cryptodev_snow3g_test_vectors.h | 142 +++++++++---------
 app/test/test_cryptodev_zuc_test_vectors.h    |  54 +++----
 2 files changed, 98 insertions(+), 98 deletions(-)