From: Tadeusz Struk <tadeusz.struk@intel.com>
To: herbert@gondor.apana.org.au
Cc: linux-crypto@vger.kernel.org, qat-linux@intel.com,
pingchao.yang@intel.com, davem@davemloft.net,
tadeusz.struk@intel.com
Subject: [PATCH 0/3] crypto: qat - add RSA support to qat driver
Date: Fri, 10 Jul 2015 10:06:16 -0700 [thread overview]
Message-ID: <20150710170616.4483.44445.stgit@tstruk-mobl1> (raw)
This series adds RSA support to the qat driver.
First patch adds the logic in FW loader to load the Modular Math Processor(MMP)
firmware to the device's internal memory.
Second patch adds logic to load MMP firmware from disk.
Third patch adds the actual RSA implementation.
It also contains minor cleanup - namely removes unused TRNG rings.
Once this is accepted a version of qat_895xcc.bin firmware and the new mmp
firmware will follow.
---
Pingchao Yang (1):
crypto: qat - add support for MMP FW
Tadeusz Struk (2):
crypto: qat - add MMP FW support to accel engine
crypto: qat - Add support for RSA algorithm
drivers/crypto/qat/Kconfig | 2
drivers/crypto/qat/qat_common/Makefile | 1
drivers/crypto/qat/qat_common/adf_accel_devices.h | 3
drivers/crypto/qat/qat_common/adf_accel_engine.c | 42 +
drivers/crypto/qat/qat_common/adf_common_drv.h | 10
drivers/crypto/qat/qat_common/adf_init.c | 4
drivers/crypto/qat/qat_common/icp_qat_fw.h | 2
drivers/crypto/qat/qat_common/icp_qat_fw_pke.h | 112 ++++
drivers/crypto/qat/qat_common/qat_algs.c | 5
drivers/crypto/qat/qat_common/qat_asym_algs.c | 583 ++++++++++++++++++++
drivers/crypto/qat/qat_common/qat_crypto.c | 19 -
drivers/crypto/qat/qat_common/qat_crypto.h | 2
drivers/crypto/qat/qat_common/qat_hal.c | 13
drivers/crypto/qat/qat_common/qat_uclo.c | 27 -
.../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c | 7
.../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h | 2
drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 12
17 files changed, 777 insertions(+), 69 deletions(-)
create mode 100644 drivers/crypto/qat/qat_common/icp_qat_fw_pke.h
create mode 100644 drivers/crypto/qat/qat_common/qat_asym_algs.c
--
next reply other threads:[~2015-07-10 17:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-10 17:06 Tadeusz Struk [this message]
2015-07-10 17:06 ` [PATCH 1/3] crypto: qat - add support for MMP FW Tadeusz Struk
2015-07-10 17:06 ` [PATCH 2/3] crypto: qat - add MMP FW support to accel engine Tadeusz Struk
2015-07-10 17:06 ` [PATCH 3/3] crypto: qat - Add support for RSA algorithm Tadeusz Struk
2015-07-14 6:46 ` Herbert Xu
2015-07-14 16:16 ` Tadeusz Struk
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=20150710170616.4483.44445.stgit@tstruk-mobl1 \
--to=tadeusz.struk@intel.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=pingchao.yang@intel.com \
--cc=qat-linux@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).