crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Apr 2014 12:24:03 +0000 (20:24 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Apr 2014 13:06:14 +0000 (21:06 +0800)
The internal key isn't actually in big-endian format so let's switch
to u128 which also happens to allow us to remove a sparse warning.

Based on suggestion by Ard Biesheuvel.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

No differences found