app/test: store digest/IV at a DMA able address
authorAkhil Goyal <akhil.goyal@nxp.com>
Wed, 12 Oct 2016 11:16:29 +0000 (16:46 +0530)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 19:58:44 +0000 (21:58 +0200)
commit57af81f7fa472a6b8a1d87b15178e1d1567e7cbc
tree8a6aeecd94f10d5957efe0f807f6ffbcce398065
parentb0f929615006814fe966c5390690ab06884291f4
app/test: store digest/IV at a DMA able address

For physical crypto devices, IV and digest are processed by the crypto
device which needs the contents to be written on some DMA able address.

So in order to do that, IV and digest are accomodated in the packet.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
app/test/test_cryptodev_perf.c