test/crypto: add encrypted digest case for AES-CTR-CMAC
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Mon, 21 Oct 2019 11:29:55 +0000 (13:29 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commite847fc5128170c5cc2b729738eaf15b71bc859da
treef510378147ac6cb7f68b858f04612a83067f03d8
parent0fc477b277d046330a6b50aa3ebe63ac50f256b5
test/crypto: add encrypted digest case for AES-CTR-CMAC

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.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
app/test/test_cryptodev.c
app/test/test_cryptodev_mixed_test_vectors.h [new file with mode: 0644]