From: Eric Rost <eric.rost@mybabylon.net>
To: gregkh@linuxfoundation.org, jason@lakedaemon.net, jake@lwn.net,
antonysaraev@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH v6 0/7] staging: skein: CryptoAPI and Module Support
Date: Fri, 24 Oct 2014 17:29:09 -0500 [thread overview]
Message-ID: <cover.1414189566.git.eric.rost@mybabylon.net> (raw)
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
next reply other threads:[~2014-10-24 22:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-24 22:29 Eric Rost [this message]
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
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=cover.1414189566.git.eric.rost@mybabylon.net \
--to=eric.rost@mybabylon.net \
--cc=antonysaraev@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jake@lwn.net \
--cc=jason@lakedaemon.net \
--cc=linux-kernel@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 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.