summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/sha3-ce-glue.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel1-0/+161
Implement the various flavours of SHA3 using the new optional EOR3/RAX1/XAR/BCAX instructions introduced by ARMv8.2. Tested-by: Steve Capper <steve.capper@arm.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>