Skip to content
Commit 5cdcc22f authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0936a944
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment