From: Herbert Xu Date: Sun, 30 Oct 2005 10:25:15 +0000 (+1100) Subject: [CRYPTO] Use standard byte order macros wherever possible X-Git-Tag: v2.6.16-rc1~658^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ace7a9bafeb9047352707eb79e8eaa0dfdf5f2;p=pandora-kernel.git [CRYPTO] Use standard byte order macros wherever possible A lot of crypto code needs to read/write a 32-bit/64-bit words in a specific gender. Many of them open code them by reading/writing one byte at a time. This patch converts all the applicable usages over to use the standard byte order macros. This is based on a previous patch by Denis Vlasenko. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed