mbox series

[0/2] crypto/qat: add gen4 ecdsa and ecpm functions

Message ID 20220408075813.23316-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series crypto/qat: add gen4 ecdsa and ecpm functions |

Message

Arkadiusz Kusztal April 8, 2022, 7:58 a.m. UTC
  This commit adds functions for ecdsa and multiplication using
named curves. This will speed up calculation of multiplication and
signature generation for curves P-256 and P-384.

Depends-on: series-22343 ("crypto/qat: refactor asym algorithm macros and logs")
Depends-on: patch-109417 ("crypto/qat: enable asymmetric crypto on gen4 device")


Arek Kusztal (2):
  crypto/qat: add gen4 ecdsa functions
  crypto/qat: add gen4 ecpm functions

 .../common/qat/qat_adf/icp_qat_fw_mmp_ids.h   |  59 ++++++++
 drivers/common/qat/qat_adf/qat_pke.h          |  40 +++++
 drivers/crypto/qat/qat_asym.c                 | 142 +++++++++++++++++-
 3 files changed, 234 insertions(+), 7 deletions(-)