> -----Original Message-----
> From: Anoob Joseph <ano...@marvell.com>
> Sent: Friday 12 May 2023 06:34
> To: Akhil Goyal <gak...@marvell.com>; Fan Zhang
> <fanzhang....@gmail.com>; Power, Ciara <ciara.po...@intel.com>
> Cc: Hemant Agrawal <hemant.agra...@nxp.com>; Jerin Jacob
> <jer...@marvell.com>; Tejasree Kondoj <ktejas...@marvell.com>;
> dev@dpdk.org
> Subject: [PATCH 1/2] test/crypto: use separate keys for auth and cipher
>
> The mixed test cases can have keys with different key lengths. The routine
> which prepares the session parameters uses same key length for both cipher
> & auth keys. Instead allow the caller to use same keys as required.
>
> Signed-off-by: Anoob Joseph <ano...@marvell.com>
> ---
> app/test/test_cryptodev.c | 48 +++++++++++++++++++++++----------------
> 1 file changed, 28 insertions(+), 20 deletions(-)
<snip>
Acked-by: Ciara Power <ciara.po...@intel.com>