]> 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)
commit8e690b6f9a7338808ab89f61e0d2fbf2c3d2299f
tree6bb783367ec2e043764996bcca55550b5fc47e4c
parent75f76040a93847bed5a9d5b1c4c83b796b1ffc76
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]