]> asedeno.scripts.mit.edu Git - linux.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)
commit8621caa0d45e731f2e9f5889ff5bb384fcd6e059
tree6bb783367ec2e043764996bcca55550b5fc47e4c
parent02608e02fbec04fccf2eb0cc8d8082f65c0a4286
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]