aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aegis128l-aesni-asm.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek1-0/+825
This patch adds optimized implementations of AEGIS-128, AEGIS-128L, and AEGIS-256, utilizing the AES-NI and SSE2 x86 extensions. Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>