test/crypto: copy offset data to OOP destination buffer
authorKai Ji <kai.ji@intel.com>
Wed, 5 May 2021 14:45:13 +0000 (15:45 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 5 May 2021 15:21:06 +0000 (17:21 +0200)
commite19deb5af6edab846197dbd4f3cbbb2b83b3784f
tree811b1b58ed531bbd148ddce9345d56648874a73c
parent394b4e118e503e80ba86388d5f59f89331cf53c5
test/crypto: copy offset data to OOP destination buffer

Copy over the offset data required for auth in out-of-place op
when auth offset and cipher offset are not aligned.

Fixes: e847fc512817 ("test/crypto: add encrypted digest case for AES-CTR-CMAC")
Cc: stable@dpdk.org
Signed-off-by: Kai Ji <kai.ji@intel.com>
app/test/test_cryptodev.c