> AEAD uses RTE_CRYPTO_AEAD_OP_* with aead_op and CIPHER uses > RTE_CRYPTO_CIPHER_OP_* with cipher_op in current code. > > This commit aligns aead_op and cipher_op operation to fix incorrect AEAD > verification. > > Fixes: df52cb3b6e13 ("app/crypto-perf: move verify as single test type") > > Signed-off-by: Suanming Mou <suanmi...@nvidia.com>
Acked-by: Anoob Joseph <ano...@marvell.com>