This patchset add capability to use HMAC_MD5 hash algorithm to Intel QuickAssist Technology driver and test cases to cryptodev test files.
This patchset depends on the following patches/patchsets: "crypto/qat: make the session struct variable in size" (http://dpdk.org/dev/patchwork/patch/15125/) Arek Kusztal (2): crypto/qat: add MD5 HMAC capability to Intel QAT driver app/test: add test cases for MD5 HMAC for Intel QAT driver app/test/test_cryptodev.c | 185 +++++++++++++++++++++++ app/test/test_cryptodev_hmac_test_vectors.h | 121 +++++++++++++++ doc/guides/cryptodevs/qat.rst | 1 + drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 34 +++++ drivers/crypto/qat/qat_crypto.c | 28 +++- 5 files changed, 367 insertions(+), 2 deletions(-) create mode 100644 app/test/test_cryptodev_hmac_test_vectors.h -- 2.1.0