DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cryptodev: add dh verify option
@ 2022-04-13 14:03 Arek Kusztal
  2022-04-13 14:03 ` [PATCH v2 1/2] " Arek Kusztal
  2022-04-13 14:03 ` [PATCH v2 2/2] cryptodev: add dh padding options Arek Kusztal
  0 siblings, 2 replies; 5+ messages in thread
From: Arek Kusztal @ 2022-04-13 14:03 UTC (permalink / raw)
  To: dev; +Cc: gakhil, roy.fan.zhang, Arek Kusztal

This patchset adds verify and padding option to Cryptodev
Diffie-Hellman op.

Verify - obligatory in all mainstream protocols, in Cryptodev
only Weierstrass Elliptic-Curve point verification was included.
FFDH or curves 448/25519 verification is easy enough to be
done by the user.
Padding - different approach may be found in different protocols,
but it is very often that protocol requires zero-byte left padding. 

Depends-on: patch-109409 ("cryptodev: add elliptic curve diffie hellman")

Arek Kusztal (2):
  cryptodev: add dh verify option
  cryptodev: add dh padding options

 lib/cryptodev/rte_crypto_asym.h | 27 +++++++++++++++++++++++++++
 lib/cryptodev/rte_cryptodev.c   |  1 +
 2 files changed, 28 insertions(+)

-- 
2.13.6


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

end of thread, other threads:[~2022-05-16 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 14:03 [PATCH v2 0/2] cryptodev: add dh verify option Arek Kusztal
2022-04-13 14:03 ` [PATCH v2 1/2] " Arek Kusztal
2022-05-16 18:50   ` [EXT] " Akhil Goyal
2022-04-13 14:03 ` [PATCH v2 2/2] cryptodev: add dh padding options Arek Kusztal
2022-05-16 18:51   ` [EXT] " Akhil Goyal

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).