This patch adds support for plain SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 hashes to QAT PMD.
v2: * simplify the tests, rebase the code on top of Pablo De Lara Guarch patches * update the release notes Adam Dybkowski (1): crypto/qat: support plain SHA1..SHA512 hashes doc/guides/cryptodevs/features/qat.ini | 5 + doc/guides/cryptodevs/qat.rst | 5 + doc/guides/rel_notes/release_20_05.rst | 5 + drivers/crypto/qat/qat_sym_capabilities.h | 105 ++++++++++++++++++++ drivers/crypto/qat/qat_sym_session.c | 113 ++++++++++++++++++++-- drivers/crypto/qat/qat_sym_session.h | 1 + 6 files changed, 227 insertions(+), 7 deletions(-) -- 2.17.1