DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/4] crypto/qat: extend asymmetric crypto pmd
@ 2022-10-20 15:09 Arek Kusztal
  2022-10-20 15:09 ` [PATCH v2 1/4] crypto/qat: make immutable parameters constant Arek Kusztal
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Arek Kusztal @ 2022-10-20 15:09 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

Depends-on: series-25284 ("crypto/qat: fix uncleared cookies in asym")

v2:
- resolved compilation issues
- improved code structure

Arek Kusztal (4):
  crypto/qat: make immutable parameters constant
  crypto/qat: improve freeing of asym cookies
  crypto/qat: add ecdh key exchange algorithm
  crypto/qat: add ecdh public key verification

 doc/guides/cryptodevs/features/qat.ini |   7 +-
 doc/guides/cryptodevs/qat.rst          |   1 +
 doc/guides/rel_notes/release_22_11.rst |   4 +
 drivers/common/qat/qat_adf/qat_pke.h   |  40 ++++-
 drivers/common/qat/qat_device.c        |   2 +-
 drivers/common/qat/qat_device.h        |   4 +-
 drivers/crypto/qat/qat_asym.c          | 317 ++++++++++++++++++++++++---------
 drivers/crypto/qat/qat_ec.h            |   2 +-
 8 files changed, 274 insertions(+), 103 deletions(-)

-- 
2.13.6


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 15:09 [PATCH v2 0/4] crypto/qat: extend asymmetric crypto pmd Arek Kusztal
2022-10-20 15:09 ` [PATCH v2 1/4] crypto/qat: make immutable parameters constant Arek Kusztal
2022-10-20 21:55   ` Ji, Kai
2022-10-20 15:09 ` [PATCH v2 2/4] crypto/qat: improve freeing of asym cookies Arek Kusztal
2022-10-20 21:57   ` Ji, Kai
2022-10-20 15:09 ` [PATCH v2 3/4] crypto/qat: add ecdh key exchange algorithm Arek Kusztal
2022-10-24 11:11   ` Ji, Kai
2022-10-20 15:09 ` [PATCH v2 4/4] crypto/qat: add ecdh public key verification Arek Kusztal
2022-10-24 11:26   ` Ji, Kai
2022-10-27  9:48 ` [EXT] [PATCH v2 0/4] crypto/qat: extend asymmetric crypto pmd 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).