]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: arm/chacha20 - implement NEON version based on SSE3 code
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 8 Dec 2016 14:28:59 +0000 (14:28 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 27 Dec 2016 09:47:29 +0000 (17:47 +0800)
commit8096667273477e735b0072b11a6d617ccee45e5f
treef29612ebcdc4b8bb4d50d2b0c32edcb64e608e4b
parent8621caa0d45e731f2e9f5889ff5bb384fcd6e059
crypto: arm/chacha20 - implement NEON version based on SSE3 code

This is a straight port to ARM/NEON of the x86 SSE3 implementation
of the ChaCha20 stream cipher.

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