commit | a4cb40f48fd995ec335e701a3c48c0d06dae7f2a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 25 11:38:01 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 04 17:57:15 2020 +1000 |
tree | 513c321f4e6084276190bd1474b5e546cae86b29 | |
parent | 0f4128dc4e38273eb4df472d8a8d57f378cc4c35 [diff] |
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>