-
- Downloads
crypto: x86 - Add optimized AEGIS implementations
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>
Showing
- arch/x86/crypto/Makefile 8 additions, 0 deletionsarch/x86/crypto/Makefile
- arch/x86/crypto/aegis128-aesni-asm.S 749 additions, 0 deletionsarch/x86/crypto/aegis128-aesni-asm.S
- arch/x86/crypto/aegis128-aesni-glue.c 407 additions, 0 deletionsarch/x86/crypto/aegis128-aesni-glue.c
- arch/x86/crypto/aegis128l-aesni-asm.S 825 additions, 0 deletionsarch/x86/crypto/aegis128l-aesni-asm.S
- arch/x86/crypto/aegis128l-aesni-glue.c 407 additions, 0 deletionsarch/x86/crypto/aegis128l-aesni-glue.c
- arch/x86/crypto/aegis256-aesni-asm.S 702 additions, 0 deletionsarch/x86/crypto/aegis256-aesni-asm.S
- arch/x86/crypto/aegis256-aesni-glue.c 407 additions, 0 deletionsarch/x86/crypto/aegis256-aesni-glue.c
- crypto/Kconfig 24 additions, 0 deletionscrypto/Kconfig
Loading
Please register or sign in to comment