From: Harvey Harrison Date: Wed, 17 Dec 2008 05:53:49 +0000 (+1100) Subject: crypto: salsa20 - Remove private wrappers around various operations X-Git-Tag: v2.6.29-rc1~589^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d1ec3a227e01a27ce20719bf7b58de86d44f0f;p=pandora-kernel.git crypto: salsa20 - Remove private wrappers around various operations ROTATE -> rol32 XOR was always used with the same destination, use ^= PLUS/PLUSONE use ++ or += Signed-off-by: Harvey Harrison Signed-off-by: Herbert Xu --- Reading git-diff-tree failed