]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: x86/poly1305 - remove redundant shash algorithm
authorEric Biggers <ebiggers@google.com>
Sun, 13 Apr 2025 04:54:19 +0000 (21:54 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:36:25 +0000 (15:36 +0800)
commit21969da642a263dde2f7b483ad676b901ae129a3
treef6243baafc2c22af05f9984bde2c5b452c1fa9b8
parent632dcef5bb44c1548de16e2c72bb5037a895d00f
crypto: x86/poly1305 - remove redundant shash algorithm

Since crypto/poly1305.c now registers a poly1305-$(ARCH) shash algorithm
that uses the architecture's Poly1305 library functions, individual
architectures no longer need to do the same.  Therefore, remove the
redundant shash algorithm from the arch-specific code and leave just the
library functions there.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Kconfig
arch/x86/crypto/poly1305_glue.c