commit | d2f2516a3882c0c6463e33c9b112b39bd483f821 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Mar 09 23:27:26 2021 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 19 21:59:45 2021 +1100 |
tree | 9cb75588236bf2336464ecf5262cdd49599380a6 | |
parent | 0914999744e5f233d4690aab97b09c780f9c2cb0 [diff] |
crypto: arm/blake2s - fix for big endian The new ARM BLAKE2s code doesn't work correctly (fails the self-tests) in big endian kernel builds because it doesn't swap the endianness of the message words when loading them. Fix this. Fixes: 5172d322d34c ("crypto: arm/blake2s - add ARM scalar optimized BLAKE2s") Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>