mbox

[v3,0/3] add AES-CMAC support

Message ID 1539019005-13210-1-git-send-email-tomaszx.cel@intel.com (mailing list archive)
Headers

Message

Cel, TomaszX Oct. 8, 2018, 5:16 p.m. UTC
  This patch add support for AES-CMAC, moreover update QAT documentation
and enable tests for AES-CMAC.

v2:
* deleted unnecessary white signs from documentation part

v3:
* added AES-CMAC to the capabilities list
* updated release note for 18.11
* updated qat.rst file

Tomasz Cel (3):
  crypto/qat: add support AES-CMAC
  test/qat: test for AES-CMAC
  doc/qat: update AES-CMAC documentation

 doc/guides/cryptodevs/features/qat.ini       |   1 +
 doc/guides/cryptodevs/qat.rst                |   1 +
 doc/guides/rel_notes/release_18_11.rst       |   6 +
 drivers/crypto/qat/qat_sym_capabilities.h    |  20 +++
 drivers/crypto/qat/qat_sym_session.c         | 190 +++++++++++++++++++--------
 drivers/crypto/qat/qat_sym_session.h         |   3 +
 test/test/test_cryptodev_hash_test_vectors.h |  12 +-
 7 files changed, 175 insertions(+), 58 deletions(-)