DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto/qat: extend asymmetric crypto pmd
@ 2022-08-17  6:55 Arek Kusztal
  2022-08-17  6:55 ` [PATCH 1/3] crypto/qat: make immutable parameters constant Arek Kusztal
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arek Kusztal @ 2022-08-17  6:55 UTC (permalink / raw)
  To: dev; +Cc: gakhil, kai.ji, Arek Kusztal

This patchset extends Intel QuickAssist Technology asymmetric crypto PMD.
Following features were added:
- ECDH algorithm handling
- EC point verification

Arek Kusztal (3):
  crypto/qat: make immutable parameters constant
  crypto/qat: add ecdh key exchange algorithm
  crypto/qat: add ecdh public key verification

 drivers/common/qat/qat_adf/qat_pke.h |  40 ++++-
 drivers/crypto/qat/qat_asym.c        | 283 +++++++++++++++++++++++++++--------
 drivers/crypto/qat/qat_ec.h          |   2 +-
 3 files changed, 250 insertions(+), 75 deletions(-)

-- 
2.13.6


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

end of thread, other threads:[~2022-10-17 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17  6:55 [PATCH 0/3] crypto/qat: extend asymmetric crypto pmd Arek Kusztal
2022-08-17  6:55 ` [PATCH 1/3] crypto/qat: make immutable parameters constant Arek Kusztal
2022-10-17 14:58   ` Power, Ciara
2022-08-17  6:55 ` [PATCH 2/3] crypto/qat: add ecdh key exchange algorithm Arek Kusztal
2022-08-17  6:55 ` [PATCH 3/3] crypto/qat: add ecdh public key verification Arek Kusztal

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