summaryrefslogtreecommitdiff
path: root/arch/arm/crypto/crct10dif-ce-glue.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel1-0/+101
This is a transliteration of the Intel algorithm implemented using SSE and PCLMULQDQ instructions that resides in the file arch/x86/crypto/crct10dif-pcl-asm_64.S, but simplified to only operate on buffers that are 16 byte aligned (but of any size) Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>