RE: [EXT] [PATCH 08/40] test/crypto: separate key exchange operation enum

2022-05-20 Thread Akhil Goyal
> - Key exchange is now separate enum. > This commit reflects changes to the asymmetric crypto API > > Signed-off-by: Arek Kusztal > --- Individual patches must compile. There are multiple patches which needs to be combined. 6,7,8 should be a single patch or else compilation will be broken 2,3

[PATCH 08/40] test/crypto: separate key exchange operation enum

2022-05-20 Thread Arek Kusztal
- Key exchange is now separate enum. This commit reflects changes to the asymmetric crypto API Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_asym.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_cryptod