DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto/qat: add asymmetric crypto algorithms
@ 2021-12-28  9:24 Arek Kusztal
  2021-12-28  9:24 ` [PATCH 1/2] crypto/qat: refactor asymmetric crypto functions Arek Kusztal
  2021-12-28  9:24 ` [PATCH 2/2] crypto/qat: add named elliptic curves Arek Kusztal
  0 siblings, 2 replies; 3+ messages in thread
From: Arek Kusztal @ 2021-12-28  9:24 UTC (permalink / raw)
  To: dev; +Cc: gakhil, roy.fan.zhang, Arek Kusztal

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

Arek Kusztal (2):
  crypto/qat: refactor asymmetric crypto functions
  crypto/qat: add named elliptic curves

 .../qat/qat_adf/qat_pke_functionality_arrays.h     |  254 ++++-
 drivers/crypto/qat/dev/qat_asym_pmd_gen1.c         |    1 -
 drivers/crypto/qat/qat_asym.c                      | 1142 +++++++++-----------
 drivers/crypto/qat/qat_asym.h                      |    2 +-
 drivers/crypto/qat/qat_ec.h                        |  203 ++++
 5 files changed, 916 insertions(+), 686 deletions(-)
 create mode 100644 drivers/crypto/qat/qat_ec.h

-- 
2.13.6


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

end of thread, other threads:[~2021-12-28  9:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28  9:24 [PATCH 0/2] crypto/qat: add asymmetric crypto algorithms Arek Kusztal
2021-12-28  9:24 ` [PATCH 1/2] crypto/qat: refactor asymmetric crypto functions Arek Kusztal
2021-12-28  9:24 ` [PATCH 2/2] crypto/qat: add named elliptic curves 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).