test/crypto: skip plain text compare for null cipher
authorAnoob Joseph <anoobj@marvell.com>
Wed, 10 Nov 2021 13:04:08 +0000 (18:34 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Tue, 16 Nov 2021 06:38:07 +0000 (07:38 +0100)
commit9fc69835feb33d0e155076163ecc2f5479cf1bc2
treea2e132acb8b5bf389218120f136caaf9b1742962
parent5fe46ce0558c4e53943aded6c4841235a7196762
test/crypto: skip plain text compare for null cipher

NULL cipher is used for validating auth only cases. With NULL cipher,
validating plain text should not be done as the PMD is only expected
to update auth data.

Fixes: e847fc512817 ("test/crypto: add encrypted digest case for AES-CTR-CMAC")
Cc: stable@dpdk.org
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Ciara Power <ciara.power@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/test_cryptodev.c