DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/5] crypto/qat: add asymmetric crypto algorithms
@ 2022-02-09 14:00 Arek Kusztal
  2022-02-09 14:00 ` [PATCH v2 1/5] crypto/qat: refactor asymmetric crypto functions Arek Kusztal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Arek Kusztal @ 2022-02-09 14:00 UTC (permalink / raw)
  To: dev; +Cc: gakhil, roy.fan.zhang, Arek Kusztal

This patchset adds following asymmetric crypto algorithms to Intel QuickAssist Technology driver:
- ECDSA
- ECPM

Code also was refactored to be more readable and easier scalable.

v2:
- add actual implementation

Arek Kusztal (5):
  crypto/qat: refactor asymmetric crypto functions
  crypto/qat: add named elliptic curves
  crypto/qat: add ecdsa algorithm
  crypto/qat: add ecpm algorithm
  crypto/qat: refactor asymmetric session

 doc/guides/cryptodevs/qat.rst                      |    3 +
 doc/guides/rel_notes/release_22_03.rst             |   10 +
 drivers/common/qat/qat_adf/qat_pke.h               |  275 ++++
 .../qat/qat_adf/qat_pke_functionality_arrays.h     |   79 -
 drivers/crypto/qat/dev/qat_asym_pmd_gen1.c         |    1 -
 drivers/crypto/qat/qat_asym.c                      | 1662 ++++++++++++--------
 drivers/crypto/qat/qat_asym.h                      |   10 +-
 drivers/crypto/qat/qat_ec.h                        |  206 +++
 8 files changed, 1544 insertions(+), 702 deletions(-)
 create mode 100644 drivers/common/qat/qat_adf/qat_pke.h
 delete mode 100644 drivers/common/qat/qat_adf/qat_pke_functionality_arrays.h
 create mode 100644 drivers/crypto/qat/qat_ec.h

-- 
2.13.6


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

end of thread, other threads:[~2022-02-09 14:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 14:00 [PATCH v2 0/5] crypto/qat: add asymmetric crypto algorithms Arek Kusztal
2022-02-09 14:00 ` [PATCH v2 1/5] crypto/qat: refactor asymmetric crypto functions Arek Kusztal
2022-02-09 14:00 ` [PATCH v2 2/5] crypto/qat: add named elliptic curves Arek Kusztal
2022-02-09 14:00 ` [PATCH v2 3/5] crypto/qat: add ecdsa algorithm Arek Kusztal
2022-02-09 14:00 ` [PATCH v2 4/5] crypto/qat: add ecpm algorithm Arek Kusztal
2022-02-09 14:00 ` [PATCH v2 5/5] crypto/qat: refactor asymmetric session 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).