mbox series

[0/3] crypto/qat: extend asymmetric crypto pmd

Message ID 20220817065536.79716-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series crypto/qat: extend asymmetric crypto pmd |

Message

Arkadiusz Kusztal Aug. 17, 2022, 6:55 a.m. UTC
  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(-)