OSDN Git Service

crypto: aegis128 - add support for SIMD acceleration
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sun, 11 Aug 2019 22:59:10 +0000 (01:59 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 Aug 2019 11:52:15 +0000 (21:52 +1000)
commitcf3d41adcc3595e7ccfbc9359a5daf39ee07aa8b
tree7d0bdbfd7c864dd1c22c3338f1cd85bc3892f1dc
parent8083b1bf8163e7ae7d8c90f221106d96450b8aa8
crypto: aegis128 - add support for SIMD acceleration

Add some plumbing to allow the AEGIS128 code to be built with SIMD
routines for acceleration.

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>
crypto/Makefile
crypto/aegis128-core.c [moved from crypto/aegis128.c with 89% similarity]