]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
crypto: aegis128 - add support for SIMD acceleration
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 3 Jul 2019 08:55:10 +0000 (10:55 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 05:03:58 +0000 (15:03 +1000)
commit7cdc0ddbf74a19cecb2f0e9efa2cae9d3c665189
tree5b44bcb399174e6d64d90ef96e0a80e42350b609
parent521cdde758bf331d4e264ef3deef5a26d5ce0b4f
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/aegis.h
crypto/aegis128-core.c [new file with mode: 0644]
crypto/aegis128.c [deleted file]