3733d3f997
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
skein_api.c | ||
skein_api.h | ||
skein_base.c | ||
skein_base.h | ||
skein_block.c | ||
skein_block.h | ||
skein_generic.c | ||
skein_iv.h | ||
threefish_api.c | ||
threefish_api.h | ||
threefish_block.c | ||
TODO |