crypto: arm64/gcm - Fix endianness warnings
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 25 Aug 2020 01:38:01 +0000 (11:38 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Sep 2020 07:57:15 +0000 (17:57 +1000)
commita4cb40f48fd995ec335e701a3c48c0d06dae7f2a
tree513c321f4e6084276190bd1474b5e546cae86b29
parent0f4128dc4e38273eb4df472d8a8d57f378cc4c35
crypto: arm64/gcm - Fix endianness warnings

This patch changes a couple u128's to be128 which is the correct
type to use and fixes a few sparse warnings.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/ghash-ce-glue.c