[CRYPTO] Use standard byte order macros wherever possible
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 30 Oct 2005 10:25:15 +0000 (21:25 +1100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:15:34 +0000 (14:15 -0800)
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 <herbert@gondor.apana.org.au>

No differences found