crypto: arm/poly1305 - remove redundant shash algorithm
authorEric Biggers <ebiggers@google.com>
Sun, 13 Apr 2025 04:54:15 +0000 (21:54 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:36:25 +0000 (15:36 +0800)
commit1f81c58279c73c813a6967460b26df3a959457e3
tree5e2d4714bc1e8a6445127c1981ad1c9c472f40ee
parentecaa4be1280a4faf72dc4b6b4f6d867332d5762e
crypto: arm/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/arm/crypto/Kconfig
arch/arm/crypto/poly1305-glue.c