git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ecc26
)
crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key
author
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 4 Apr 2014 12:24:03 +0000
(20:24 +0800)
committer
Herbert 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