]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: arm64/sha3 - Rename conflicting function
authorDavid Howells <dhowells@redhat.com>
Sun, 26 Oct 2025 05:50:19 +0000 (22:50 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 3 Nov 2025 17:10:58 +0000 (09:10 -0800)
commit414121190348edc3da26505fc1e6c7d8f2d75fae
tree4e780dec0f8ed4498eeaa03040b7632caab1e99a
parent863ee5a3aa9111da80f87cda1f9d716055f4c11a
crypto: arm64/sha3 - Rename conflicting function

Rename the arm64 sha3_update() function to have an "arm64_" prefix to
avoid a name conflict with the upcoming SHA-3 library.

Note: this code will be superseded later.  This commit simply keeps the
kernel building for the initial introduction of the library.

[EB: dropped unnecessary rename of sha3_finup(), and improved commit
     message]

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20251026055032.1413733-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
arch/arm64/crypto/sha3-ce-glue.c