commit | 0ea481466d1c7cbd9d8f70ddc17a443a6c6fc09b | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Apr 04 20:24:03 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Apr 04 21:06:14 2014 +0800 |
tree | bed8163ad53745b67b1ea220d0d420fac4764cf6 | |
parent | 59ecc26004e77e100c700b1d0da7502b0fdadb46 [diff] |
crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key 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>