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