From: Tadeusz Struk <tadeusz.struk@intel.com>
To: herbert@gondor.apana.org.au
Cc: linux-crypto@vger.kernel.org, tadeusz.struk@intel.com
Subject: [PATCH 0/2] crytpo: rsa - use mpi sgl helpers
Date: Wed, 23 Sep 2015 15:48:53 -0700 [thread overview]
Message-ID: <20150923224853.23780.95440.stgit@tstruk-mobl1> (raw)
This series introduces new mpi helpers to read from and
write to an sgl without a need of using an intermediate
flat buffer.
First patch adds helpers to mpi library.
Second patch changes rsa implementation to use the new
functions.
This is an incremental patch series on top of these two:
https://patchwork.kernel.org/patch/7241041/
https://patchwork.kernel.org/patch/7241051/
A simple test for the new helpers can be found here:
https://github.com/tstruk/mpi_sgl_test/blob/master/test.c
---
Tadeusz Struk (2):
lib/mpi: Add mpi sgl helpers
crytpo: rsa - use mpi slg helpers to import and export data
crypto/rsa.c | 110 ++----------------------------
include/linux/mpi.h | 4 +
lib/mpi/mpicoder.c | 186 +++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 198 insertions(+), 102 deletions(-)
--
next reply other threads:[~2015-09-23 22:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-23 22:48 Tadeusz Struk [this message]
2015-09-23 22:48 ` [PATCH 1/2] lib/mpi: Add mpi sgl helpers Tadeusz Struk
2015-09-23 22:49 ` [PATCH 2/2] crytpo: rsa - use mpi slg helpers to import and export data 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=20150923224853.23780.95440.stgit@tstruk-mobl1 \
--to=tadeusz.struk@intel.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
/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