[dpdk-dev] [PATCH v2 0/2] Add Chacha20-Poly1305 algorithm to QAT

Arek Kusztal arkadiuszx.kusztal at intel.com
Wed Jan 15 18:55:22 CET 2020


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

-- 
2.1.0



More information about the dev mailing list