DPDK patches and discussions
 help / color / mirror / Atom feed
From: Arek Kusztal <arkadiuszx.kusztal@intel.com>
To: dev@dpdk.org
Cc: gakhil@marvell.com, roy.fan.zhang@intel.com,
	Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [PATCH 0/2] crypto/qat: add gen4 ecdsa and ecpm functions
Date: Fri,  8 Apr 2022 08:58:11 +0100	[thread overview]
Message-ID: <20220408075813.23316-1-arkadiuszx.kusztal@intel.com> (raw)

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


             reply	other threads:[~2022-04-08  7:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08  7:58 Arek Kusztal [this message]
2022-04-08  7:58 ` [PATCH 1/2] crypto/qat: add gen4 ecdsa functions Arek Kusztal
2022-06-17 10:50   ` Zhang, Roy Fan
2022-04-08  7:58 ` [PATCH 2/2] crypto/qat: add gen4 ecpm functions Arek Kusztal
2022-06-17 10:50   ` Zhang, Roy Fan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220408075813.23316-1-arkadiuszx.kusztal@intel.com \
    --to=arkadiuszx.kusztal@intel.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=roy.fan.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).