crypto: arm/crct10dif - port x86 SSE implementation to ARM
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 5 Dec 2016 18:42:26 +0000 (18:42 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 7 Dec 2016 12:01:21 +0000 (20:01 +0800)
commit1d481f1cd8925bd92387983ea1245a0ea0f16d32
tree255fbaada604e7a2cce1dc0a33cde04b2ae88472
parent6ef5737f39314907704d68719b74fcca11f4f342
crypto: arm/crct10dif - port x86 SSE implementation to ARM

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>
arch/arm/crypto/Kconfig
arch/arm/crypto/Makefile
arch/arm/crypto/crct10dif-ce-core.S [new file with mode: 0644]
arch/arm/crypto/crct10dif-ce-glue.c [new file with mode: 0644]