mbox

[v2,0/2] Add Chacha20-Poly1305 algorithm to QAT

Message ID 20200115175524.15796-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers

Message

Arkadiusz Kusztal Jan. 15, 2020, 5:55 p.m. UTC
  This patchest adds Chacha20-Poly1305 algorithm to Intel
QuickAssist Technology driver.

v2:
- rebased against current master

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/features/qat.ini      |  13 +--
 doc/guides/cryptodevs/qat.rst               |   1 +
 doc/guides/rel_notes/release_20_02.rst      |   5 +
 drivers/common/qat/qat_adf/icp_qat_hw.h     |  10 +-
 drivers/crypto/qat/qat_sym_capabilities.h   |  32 +++++++
 drivers/crypto/qat/qat_sym_pmd.c            |  11 ++-
 drivers/crypto/qat/qat_sym_session.c        | 144 +++++++++++++++-------------
 9 files changed, 251 insertions(+), 77 deletions(-)