public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] staging: skein: CryptoAPI and Module Support
@ 2014-10-24 22:29 Eric Rost
  2014-10-24 22:29 ` [PATCH v6 1/7] staging: skein: Collapses threefish module Eric Rost
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Eric Rost @ 2014-10-24 22:29 UTC (permalink / raw)
  To: gregkh, jason, jake, antonysaraev; +Cc: devel, linux-kernel

Adds CryptoAPI and loadable module support to the Skein Hashing
Algorithm. Collapses threefish module into skein module. Renames skein.c
and skein.h to skein_base.c and skein_base.h so module can be named
skein.ko. Inlines rotl_64 macro. Removes unneeded #define and
skein_debug.h include.

Eric Rost (7):
  staging: skein: Collapses threefish module
  staging: skein: Renames skein to skein_base
  staging: skein: Adds CryptoAPI Support
  staging: skein: Adds Loadable Module Support
  staging: skein: Inlines rotl_64
  staging: skein: Removes unneeded #define
  staging: skein: Removes skein_debug include

 drivers/staging/skein/Kconfig                   |  24 +--
 drivers/staging/skein/Makefile                  |  13 +-
 drivers/staging/skein/skein_api.h               |   2 +-
 drivers/staging/skein/{skein.c => skein_base.c} |   5 +-
 drivers/staging/skein/{skein.h => skein_base.h} |  31 ++--
 drivers/staging/skein/skein_block.c             |   2 +-
 drivers/staging/skein/skein_block.h             |   2 +-
 drivers/staging/skein/skein_generic.c           | 216 ++++++++++++++++++++++++
 drivers/staging/skein/skein_iv.h                |   2 +-
 drivers/staging/skein/threefish_api.h           |   2 +-
 10 files changed, 249 insertions(+), 50 deletions(-)
 rename drivers/staging/skein/{skein.c => skein_base.c} (99%)
 rename drivers/staging/skein/{skein.h => skein_base.h} (95%)
 create mode 100644 drivers/staging/skein/skein_generic.c

-- 
2.1.1


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

end of thread, other threads:[~2014-10-29 15:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 22:29 [PATCH v6 0/7] staging: skein: CryptoAPI and Module Support Eric Rost
2014-10-24 22:29 ` [PATCH v6 1/7] staging: skein: Collapses threefish module Eric Rost
2014-10-24 22:32 ` [PATCH v6 2/7] staging: skein: Renames skein to skein_base Eric Rost
2014-10-24 22:33 ` [PATCH v6 3/7] staging: skein: Adds CryptoAPI Support Eric Rost
2014-10-24 22:33 ` [PATCH v6 4/7] staging: skein: Adds Loadable Module Support Eric Rost
2014-10-24 22:34 ` [PATCH v6 5/7] staging: skein: Inlines rotl_64 Eric Rost
2014-10-24 22:34 ` [PATCH v6 6/7] staging: skein: Removes unneeded #define Eric Rost
2014-10-24 22:34 ` [PATCH v6 7/7] staging: skein: Removes skein_debug include Eric Rost
2014-10-27 13:18   ` Jason Cooper
2014-10-27 13:20 ` [PATCH v6 0/7] staging: skein: CryptoAPI and Module Support Jason Cooper
2014-10-29  8:40   ` Greg KH

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