mbox series

[0/3] add AES-CMAC support

Message ID 1538158257-17898-1-git-send-email-tomaszx.cel@intel.com (mailing list archive)
Headers
Series add AES-CMAC support |

Message

Cel, TomaszX Sept. 28, 2018, 6:10 p.m. UTC
  This patch add support, update QAT documentation and enable tests for AES-CMAC.

Tomasz Cel (3):
  crypto/qat: add support AES-CMAC
  test/qat: test for AES-CMAC
  doc/qat: add AES-CMAC to the QAT feature list

 doc/guides/cryptodevs/features/qat.ini       |  25 ++--
 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 +-
 4 files changed, 160 insertions(+), 70 deletions(-)