Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] crytpo: rsa - use mpi sgl helpers
@ 2015-09-23 22:48 Tadeusz Struk
  2015-09-23 22:48 ` [PATCH 1/2] lib/mpi: Add " Tadeusz Struk
  2015-09-23 22:49 ` [PATCH 2/2] crytpo: rsa - use mpi slg helpers to import and export data Tadeusz Struk
  0 siblings, 2 replies; 3+ messages in thread
From: Tadeusz Struk @ 2015-09-23 22:48 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, tadeusz.struk

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

--

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-23 22:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 22:48 [PATCH 0/2] crytpo: rsa - use mpi sgl helpers Tadeusz Struk
2015-09-23 22:48 ` [PATCH 1/2] lib/mpi: Add " Tadeusz Struk
2015-09-23 22:49 ` [PATCH 2/2] crytpo: rsa - use mpi slg helpers to import and export data Tadeusz Struk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox