]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
authorArd Biesheuvel <ardb@kernel.org>
Fri, 8 Nov 2019 12:22:25 +0000 (13:22 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:42 +0000 (09:02 +0800)
commitbb24f38a4cc809b1691300deb7050d21db1fee38
treeb4fcbb6015d2c829094083048c3195920a176f36
parent80f996392bccc808665dd2b172199e55d2869a83
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation

This is a straight import of the OpenSSL/CRYPTOGAMS Poly1305 implementation
for NEON authored by Andy Polyakov, and contributed by him to the OpenSSL
project. The file 'poly1305-armv4.pl' is taken straight from this upstream
GitHub repository [0] at commit ec55a08dc0244ce570c4fc7cade330c60798952f,
and already contains all the changes required to build it as part of a
Linux kernel module.

[0] https://github.com/dot-asm/cryptogams

Co-developed-by: Andy Polyakov <appro@cryptogams.org>
Signed-off-by: Andy Polyakov <appro@cryptogams.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/Kconfig
arch/arm/crypto/Makefile
arch/arm/crypto/poly1305-armv4.pl [new file with mode: 0644]
arch/arm/crypto/poly1305-core.S_shipped [new file with mode: 0644]
arch/arm/crypto/poly1305-glue.c [new file with mode: 0644]
lib/crypto/Kconfig