summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aegis256-aesni-glue.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-26crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek1-3/+3
AEGIS-256 key is two blocks, not one. Fixes: 1d373d4e8e15 ("crypto: x86 - Add optimized AEGIS implementations") Reported-by: Eric Biggers <ebiggers3@gmail.com> Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-05-18crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek1-0/+407
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>