DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Add chacha20-poly1305 algorithm to QAT
@ 2019-12-06 18:13 Arek Kusztal
  2019-12-06 18:13 ` [dpdk-dev] [PATCH 1/2] crypto/qat: add chacha poly implementation Arek Kusztal
  2019-12-06 18:13 ` [dpdk-dev] [PATCH 2/2] test/cryptodev: add chacha poly test cases to cryptodev Arek Kusztal
  0 siblings, 2 replies; 4+ messages in thread
From: Arek Kusztal @ 2019-12-06 18:13 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, fiona.trahe, Arek Kusztal

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

-- 
2.1.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-14 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06 18:13 [dpdk-dev] [PATCH 0/2] Add chacha20-poly1305 algorithm to QAT Arek Kusztal
2019-12-06 18:13 ` [dpdk-dev] [PATCH 1/2] crypto/qat: add chacha poly implementation Arek Kusztal
2020-01-14 17:16   ` Trahe, Fiona
2019-12-06 18:13 ` [dpdk-dev] [PATCH 2/2] test/cryptodev: add chacha poly test cases to cryptodev Arek Kusztal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).