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(-) -- 2.30.2