test/crypto: do not allocate extra memory for digest
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 5 Sep 2017 02:20:07 +0000 (03:20 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 12 Oct 2017 14:10:51 +0000 (15:10 +0100)
commit708a976b16fa428e793bad370e1ca34842ea76b6
treef8ff0f5dbaa8d1668b38105ca26be33cc5709934
parentbb12152c9d5bacd984f5a0a783327b4e3cb65c70
test/crypto: do not allocate extra memory for digest

Now that PMDs do not need extra space in the mbuf
to store temporarily the digest when verifying
an authentication tag, it is not required to allocate
more memory in the mbufs passed to cryptodev.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
test/test/test_cryptodev_blockcipher.c