staging: skein: Adds CryptoAPI Support
authorEric Rost <eric.rost@mybabylon.net>
Fri, 24 Oct 2014 22:33:15 +0000 (17:33 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 08:39:58 +0000 (16:39 +0800)
Adds CryptoAPI support to the Skein Hashing Algorithm driver.

Signed-off-by: Eric Rost <eric.rost@mybabylon.net>
Reviewed-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/skein/Makefile
drivers/staging/skein/skein_base.h
drivers/staging/skein/skein_generic.c [new file with mode: 0644]

index ca746a9..d8177cc 100644 (file)
@@ -5,4 +5,5 @@ obj-$(CONFIG_CRYPTO_SKEIN) += skein_base.o \
                              skein_api.o \
                              skein_block.o \
                              threefish_block.o \
-                             threefish_api.o
+                             threefish_api.o \
+                             skein_generic.o
Simple merge
Simple merge