RE: [v1 3/6] cryptodev: add hash support in asymmetric capability

2023-09-26 Thread Gowrishankar Muthukrishnan
Hi Arek, > > rte_crypto_ec_xform { > > enum rte_crypto_curve_id curve_id; > > /**< Pre-defined ec groups */ > > + > > + enum rte_crypto_auth_algorithm hash; > [Arek] I think that session should only contain information that are constant > across its lifetime. Here we decided to have a cur

RE: [v1 3/6] cryptodev: add hash support in asymmetric capability

2023-09-26 Thread Kusztal, ArkadiuszX
Hi Gowrishankar, > -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Thursday, August 10, 2023 11:35 AM > To: dev@dpdk.org > Cc: ano...@marvell.com; Akhil Goyal ; Fan Zhang > ; Ji, Kai ; Gowrishankar > Muthukrishnan > Subject: [v1 3/6] cryptodev: add hash support in asymmetri