linux/drivers/staging/skein
Niklas Svensson 1ef3988da4 staging: skein: fixed sparse warnings related to static declarations
drivers/staging/skein/skein_generic.c:30:5: warning: symbol 'skein256_update' was not declared. Should it be static?
drivers/staging/skein/skein_generic.c:65:5: warning: symbol 'skein512_update' was not declared. Should it be static?
drivers/staging/skein/skein_generic.c💯5: warning: symbol 'skein1024_update' was not declared. Should it be static?

Signed-off-by: Niklas Svensson <nks@flawful.org>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-22 10:53:09 -08:00
..
Kconfig staging: skein: Adds Loadable Module Support 2014-10-29 16:39:58 +08:00
Makefile staging: skein: Adds Loadable Module Support 2014-10-29 16:39:58 +08:00
skein_api.c staging: skein: skein_api.c: removed space before ',' 2014-10-29 16:20:56 -07:00
skein_api.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
skein_base.c staging: skein: Removes skein_debug include 2014-10-30 13:32:24 -07:00
skein_base.h staging: skein: Removes skein_debug include 2014-10-30 13:32:24 -07:00
skein_block.c staging: skein: Removes skein_debug include 2014-10-30 13:32:24 -07:00
skein_block.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
skein_generic.c staging: skein: fixed sparse warnings related to static declarations 2014-11-22 10:53:09 -08:00
skein_iv.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
threefish_api.c staging/skein: rename files and clean up directory structure 2014-05-19 17:32:27 -07:00
threefish_api.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
threefish_block.c staging/skein: move all threefish block functions to one file 2014-05-21 11:17:42 +09:00
TODO staging/skein: rename files and clean up directory structure 2014-05-19 17:32:27 -07:00