[PATCH 0/2] crypto/qat: add asymmetric crypto algorithms
Arek Kusztal
arkadiuszx.kusztal at intel.com
Tue Dec 28 10:24:19 CET 2021
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
More information about the dev
mailing list