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