mbox

[v2,0/1] test/crypto: add tests for encrypted digest AES CTR+CMAC

Message ID 20191021112955.9579-1-adamx.dybkowski@intel.com (mailing list archive)
Headers

Message

Dybkowski, AdamX Oct. 21, 2019, 11:29 a.m. UTC
  This patch adds tests for encrypted digest AES-CTR + AES CMAC using
mixed auth-cipher algorithm functions. Tests allow easy
extending with new cases, check in-place and
out-of-place operations and use linear and sgl
buffers as input/output.
---
v2:
* Improve commit message and fix test function names
to show this tests the encrypted digest.

Adam Dybkowski (1):
  test/crypto: add tests for encrypted digest AES CTR+CMAC

 app/test/test_cryptodev.c                    | 487 ++++++++++++++++++-
 app/test/test_cryptodev_mixed_test_vectors.h | 172 +++++++
 2 files changed, 655 insertions(+), 4 deletions(-)
 create mode 100644 app/test/test_cryptodev_mixed_test_vectors.h