summaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein/threefish_block.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: skein: threefish_block: Use ror64Joe Perches2016-03-281-1072/+1072
| | | | | | | | | | | | Use the inline instead of direct code to improve readability and shorten the code a little. Done with perl: $ perl -p -i -e 's/\((\w+) \>\> (\d+)\) \| \(\1 \<\< \(64 \- \2\)\)/ror64(\1, \2)/g' drivers/staging/skein/threefish_block.c Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: skein: threefish_block: Use rol64Joe Perches2016-03-111-1072/+1073
| | | | | | | | Use the inline instead of direct code to improve readability and shorten the code a little. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging/skein: move all threefish block functions to one fileJake Edge2014-05-211-0/+8258
move all threefish block functions to one file, remove unneeded include Signed-off-by: Jake Edge <jake@lwn.net> Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud