summaryrefslogtreecommitdiff
path: root/crypto/arc4.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-07-03 10:55:11 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-07-26 15:03:58 +1000
commit3cd22a9ca7fcacfa00025ecf925c8a0121c7cc92 (patch)
treee239758c107ae062646ee02b65b4ea9a15c66758 /crypto/arc4.c
parent467920a4b6c1cc41fdd55776be2d4a74d9d10469 (diff)
downloadlinux-crypto-3cd22a9ca7fcacfa00025ecf925c8a0121c7cc92.tar.gz
linux-crypto-3cd22a9ca7fcacfa00025ecf925c8a0121c7cc92.zip
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
Provide an accelerated implementation of aegis128 by wiring up the SIMD hooks in the generic driver to an implementation based on NEON intrinsics, which can be compiled to both ARM and arm64 code. This results in a performance of 2.2 cycles per byte on Cortex-A53, which is a performance increase of ~11x compared to the generic code. Reviewed-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions