DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v4 0/3] cryptodev: move dh type from xform to dh op
@ 2022-04-27  7:43 Arek Kusztal
  2022-04-27  7:43 ` [PATCH v4 1/3] " Arek Kusztal
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Arek Kusztal @ 2022-04-27  7:43 UTC (permalink / raw)
  To: dev; +Cc: gakhil, roy.fan.zhang, Arek Kusztal

Operation type (PUBLIC_KEY_GENERATION, SHARED_SECRET) should
be free to choose for any operation. One xform/session should
be enough to perform both DH operations, if op_type would be xform
member, session would have to be to be created twice for the same
group. Similar problem would be observed in sessionless case.
Additionally, it will help extend DH to support Elliptic Curves.

v4:
- changed op_type coment
- added openssl fix

Arek Kusztal (3):
  cryptodev: move dh type from xform to dh op
  crypto/openssl: move dh type from xform to dh op
  test/crypto: move dh type from xform to dh op

 app/test/test_cryptodev_asym.c               | 11 +++---
 drivers/crypto/openssl/rte_openssl_pmd.c     | 54 ++--------------------------
 drivers/crypto/openssl/rte_openssl_pmd_ops.c | 26 --------------
 lib/cryptodev/rte_crypto_asym.h              | 14 ++++----
 4 files changed, 16 insertions(+), 89 deletions(-)

-- 
2.13.6


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-05-10  9:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27  7:43 [PATCH v4 0/3] cryptodev: move dh type from xform to dh op Arek Kusztal
2022-04-27  7:43 ` [PATCH v4 1/3] " Arek Kusztal
2022-04-27  8:11   ` Zhang, Roy Fan
2022-05-10  9:26   ` Ji, Kai
2022-04-27  7:43 ` [PATCH v4 2/3] crypto/openssl: " Arek Kusztal
2022-04-27  8:11   ` Zhang, Roy Fan
2022-04-27  7:44 ` [PATCH v4 3/3] test/crypto: " Arek Kusztal
2022-04-27  8:12   ` Zhang, Roy Fan
2022-04-27  8:12 ` [PATCH v4 0/3] cryptodev: " Zhang, Roy Fan
2022-04-27 15:57 ` [EXT] " Akhil Goyal
2022-04-29  6:25   ` Kusztal, ArkadiuszX
2022-05-06 12:05     ` Kusztal, ArkadiuszX
2022-05-10  9:43 ` Ji, Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).