All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] staging: skein: Adds CryptoAPI and Module Support
@ 2014-10-23 22:11 Eric Rost
  2014-10-23 22:12 ` [PATCH v3 1/2] staging: skein: Adds CryptoAPI Support Eric Rost
  2014-10-23 22:12 ` [PATCH v3 2/2] staging: skein: Adds Loadable Module Support Eric Rost
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Rost @ 2014-10-23 22:11 UTC (permalink / raw)
  To: gregkh, jason, jake, antonysaraev; +Cc: devel, linux-kernel

Adds CryptoAPI and Loadable Module support to the Skein Hashing
Algorithm.

Eric Rost (2):
  staging: skein: Adds CryptoAPI Support
  staging: skein: Adds Loadable Module Support

 drivers/staging/skein/Kconfig         |  24 +-
 drivers/staging/skein/Makefile        |  13 +-
 drivers/staging/skein/skein.c         | 883 ---------------------------------
 drivers/staging/skein/skein.h         | 346 -------------
 drivers/staging/skein/skein_api.h     |   2 +-
 drivers/staging/skein/skein_base.c    | 884 ++++++++++++++++++++++++++++++++++
 drivers/staging/skein/skein_base.h    | 351 ++++++++++++++
 drivers/staging/skein/skein_block.c   |   2 +-
 drivers/staging/skein/skein_block.h   |   2 +-
 drivers/staging/skein/skein_generic.c | 211 ++++++++
 drivers/staging/skein/skein_iv.h      |   2 +-
 drivers/staging/skein/threefish_api.h |   2 +-
 12 files changed, 1462 insertions(+), 1260 deletions(-)
 delete mode 100644 drivers/staging/skein/skein.c
 delete mode 100644 drivers/staging/skein/skein.h
 create mode 100644 drivers/staging/skein/skein_base.c
 create mode 100644 drivers/staging/skein/skein_base.h
 create mode 100644 drivers/staging/skein/skein_generic.c

-- 
2.1.1


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

end of thread, other threads:[~2014-10-24  4:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 22:11 [PATCH v3 0/2] staging: skein: Adds CryptoAPI and Module Support Eric Rost
2014-10-23 22:12 ` [PATCH v3 1/2] staging: skein: Adds CryptoAPI Support Eric Rost
2014-10-24  4:51   ` Dan Carpenter
2014-10-23 22:12 ` [PATCH v3 2/2] staging: skein: Adds Loadable Module Support Eric Rost

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.