RE: [PATCH v2 2/7] cryptodev: set private and public keys in EC session

2023-09-28 Thread Gowrishankar Muthukrishnan
> > The cnxk changes should be in patch [v2,7/7] crypto/cnxk: add SM2 support. > Thanks Ciara. Minor issue in patches rebase. I'll send next version fixing it. Regards, Gowrishankar

RE: [PATCH v2 2/7] cryptodev: set private and public keys in EC session

2023-09-28 Thread Power, Ciara
> Subject: [PATCH v2 2/7] cryptodev: set private and public keys in EC session > > Set EC private and public keys into xform so that, it can be maintained per > session. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > app/test/test_cryptodev_asym.c

[PATCH v2 2/7] cryptodev: set private and public keys in EC session

2023-09-27 Thread Gowrishankar Muthukrishnan
Set EC private and public keys into xform so that, it can be maintained per session. Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_asym.c | 121 ++ drivers/common/cnxk/roc_ae.h | 18 ++ drivers/common/cpt/cpt_mcode_defines.h |