aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aegis256-aesni-asm.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek1-0/+702
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>