]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: lib/poly1305 - Use block-only interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Apr 2025 04:56:28 +0000 (12:56 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 May 2025 05:33:02 +0000 (13:33 +0800)
commit10a6d72ea355b730aa9702da0fd36aef0898a80e
tree74ad4bc0d89c67d780ab93a4a3eae29762cae023
parentceef731b0e22df80a13d67773ae9afd55a971f9e
crypto: lib/poly1305 - Use block-only interface

Now that every architecture provides a block function, use that
to implement the lib/poly1305 and remove the old per-arch code.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/lib/crypto/poly1305-glue.c
arch/arm64/lib/crypto/poly1305-glue.c
arch/mips/lib/crypto/poly1305-glue.c
arch/powerpc/lib/crypto/poly1305-p10-glue.c
arch/x86/lib/crypto/poly1305_glue.c
include/crypto/poly1305.h
lib/crypto/poly1305.c