> > 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(-) > > Acked-by: Ciara Power <ciara.po...@intel.com>
Patchset applied to dpdk-next-crypto Thanks.