All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] digsig and mpi cleanups
@ 2013-01-30  9:30 Dmitry Kasatkin
  2013-01-30  9:30 ` [PATCH 1/2] digsig: remove unnecessary memory allocation and copying Dmitry Kasatkin
  2013-01-30  9:30 ` [PATCH 2/2] mpilib: use DIV_ROUND_UP and remove unused macros Dmitry Kasatkin
  0 siblings, 2 replies; 5+ messages in thread
From: Dmitry Kasatkin @ 2013-01-30  9:30 UTC (permalink / raw)
  To: linux-security-module, linux-crypto; +Cc: jmorris

Here is couple of cleanups for digsig and libmpi.

- Dmitry

Andy Shevchenko (1):
  mpilib: use DIV_ROUND_UP and remove unused macros

Dmitry Kasatkin (1):
  digsig: remove unnecessary memory allocation and copying

 lib/digsig.c           |   41 ++++++++++++++---------------------------
 lib/mpi/mpi-internal.h |    4 ----
 lib/mpi/mpicoder.c     |    8 ++++----
 3 files changed, 18 insertions(+), 35 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-02-01  5:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30  9:30 [PATCH 0/2] digsig and mpi cleanups Dmitry Kasatkin
2013-01-30  9:30 ` [PATCH 1/2] digsig: remove unnecessary memory allocation and copying Dmitry Kasatkin
2013-02-01  5:31   ` James Morris
2013-01-30  9:30 ` [PATCH 2/2] mpilib: use DIV_ROUND_UP and remove unused macros Dmitry Kasatkin
2013-02-01  5:31   ` James Morris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.