commit | 5cdcc22f25b0766fe16d5dd8e3b2efc91fa4da6e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 02 21:30:38 2008 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 10 20:35:15 2008 +0800 |
tree | 90078f745a3cf28efdc32db030c3505e06c3c74a | |
parent | 0936a944068ef68f8b19f437e03f4654c29f2423 [diff] |
[CRYPTO] rmd: Use pointer form of endian swapping operations This patch converts the relevant code in the rmd implementations to use the pointer form of the endian swapping operations. This allows certain architectures to generate more optimised code. For example, on sparc64 this more than halves the CPU cycles on a typical hashing operation. Based on a patch by David Miller. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>