test/event_crypto: change cipher algo
authorHemant Agrawal <hemant.agrawal@nxp.com>
Fri, 27 Sep 2019 08:16:05 +0000 (13:46 +0530)
committerJerin Jacob <jerinj@marvell.com>
Sat, 5 Oct 2019 13:39:31 +0000 (15:39 +0200)
commitb2196237eb8aaa0c318caf8cfab7b7b27df696a5
treeddfff898de520561306ee00396f94d373a212ea7
parentfd5258738092654f9d6a4659e791d4f344ef9224
test/event_crypto: change cipher algo

The existing code uses NULL as the cipher algo
for testing crypto event adapter.
DPAA1/DPAA2 do not support NULL algo. Hence changing
it to the most common algo AES-CBC, which is supported
by all crypto drivers implementing event crypto adapter.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
app/test/test_event_crypto_adapter.c