mbox series

[0/2] Add chacha20-poly1305 algorithm to QAT

Message ID 20191206181336.6180-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series Add chacha20-poly1305 algorithm to QAT |

Message

Arkadiusz Kusztal Dec. 6, 2019, 6:13 p.m. UTC
  This patchset adds chacha20-poly1305 algorithm to Intel QuickAssit
Technology Driver and corresponding test cases.

This patchset depends on the "cryptodev: add chacha20-poly1305 aead algorithm" [1].

[1] http://patchwork.dpdk.org/patch/63610/

Arek Kusztal (2):
  crypto/qat: add chacha poly implementation
  test/cryptodev: add chacha poly test cases to cryptodev

 app/test/test_cryptodev.c                   | 35 +++++++++++++
 app/test/test_cryptodev_aead_test_vectors.h | 77 +++++++++++++++++++++++++++++
 doc/guides/cryptodevs/qat.rst               |  1 +
 doc/guides/rel_notes/release_20_02.rst      |  4 ++
 drivers/common/qat/qat_adf/icp_qat_hw.h     | 17 ++++++-
 drivers/crypto/qat/qat_sym_capabilities.h   | 32 ++++++++++++
 drivers/crypto/qat/qat_sym_pmd.c            | 11 ++++-
 drivers/crypto/qat/qat_sym_session.c        | 20 ++++++--
 8 files changed, 190 insertions(+), 7 deletions(-)