crypto: x86/ghash - use le128 instead of u128
authorEric Biggers <ebiggers@google.com>
Tue, 20 Dec 2022 05:40:41 +0000 (21:40 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Dec 2022 09:57:42 +0000 (17:57 +0800)
commitf1740751f793d1ee5f0bd0639f68f49c4ccb94a9
tree62deb0d204bd92bb91a97cf508a6c80420ed45b1
parent116db2704c193fff6d73ea6c2219625f0c9bdfc8
crypto: x86/ghash - use le128 instead of u128

The u128 struct type is going away, so make ghash-clmulni-intel use
le128 instead.  Note that the field names a and b swapped, as they were
backwards with u128.  (a is meant to be high-order and b low-order.)

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/ghash-clmulni-intel_asm.S
arch/x86/crypto/ghash-clmulni-intel_glue.c