[dpdk-dev] [PATCH 0/3] Snow3G UEA2 support for Intel Quick Assist Devices

Deepak Kumar JAIN deepak.k.jain at intel.com
Thu Jan 28 18:46:13 CET 2016


This patchset contains support for snow3g UEA2 wireless algorithm
for Intel Quick Assist devices. (cipher-only)
 
QAT PMD previously supported only cipher/hash chaining for AES/SHA.
The code has been refactored to also support cipher-only
functionality for Snow3g algorithms.
Cipher/hash only functionality is only supported
for Snow3g and not for AES/SHA.

Deepak Kumar JAIN (3):
  crypto: add cipher/auth only support
  qat: add Snow3G UEA2 support
  app/test: add Snow3G UEA2 tests

 app/test/test_cryptodev.c                        | 318 +++++++++++++++++++++-
 app/test/test_cryptodev.h                        |   2 +-
 app/test/test_cryptodev_snow3g_test_vectors.h    | 323 +++++++++++++++++++++++
 doc/guides/cryptodevs/qat.rst                    |   5 +-
 doc/guides/rel_notes/release_2_3.rst             |   1 +
 drivers/crypto/qat/qat_adf/qat_algs.h            |  21 +-
 drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 218 +++++++++++++--
 drivers/crypto/qat/qat_crypto.c                  | 144 +++++++---
 drivers/crypto/qat/qat_crypto.h                  |  12 +-
 9 files changed, 974 insertions(+), 70 deletions(-)
 create mode 100644 app/test/test_cryptodev_snow3g_test_vectors.h

-- 
2.1.0



More information about the dev mailing list