]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arm64/chacha20 - implement NEON version based on SSE3 code
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 8 Dec 2016 14:28:58 +0000 (14:28 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 27 Dec 2016 09:47:28 +0000 (17:47 +0800)
commit7d8a2845db9b2cde36a2d06549ddd9d285fada25
tree6bb783367ec2e043764996bcca55550b5fc47e4c
parentfb6dfef2b968bcfbb26f91f73b789ac8dfb2537a
crypto: arm64/chacha20 - implement NEON version based on SSE3 code

This is a straight port to arm64/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/arm64/crypto/Kconfig
arch/arm64/crypto/Makefile
arch/arm64/crypto/chacha20-neon-core.S [new file with mode: 0644]
arch/arm64/crypto/chacha20-neon-glue.c [new file with mode: 0644]