OSDN Git Service

crypto: arm64/crct10dif - port x86 SSE implementation to arm64
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 5 Dec 2016 18:42:25 +0000 (18:42 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 7 Dec 2016 12:01:17 +0000 (20:01 +0800)
commit6ef5737f39314907704d68719b74fcca11f4f342
tree1ce4d03f889994e39b80aa55df7f31b1c84cbf6a
parentd31de187acdd7758cbb07c8d7dd3293e8c2d8390
crypto: arm64/crct10dif - port x86 SSE implementation to arm64

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