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

Rename the s390 sha3_*_init() functions to have an "s390_" prefix to
avoid a name conflict with the upcoming SHA-3 library functions.

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 import and export functions, and
     improved commit message]

Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20251026055032.1413733-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
arch/s390/crypto/sha3_256_s390.c
arch/s390/crypto/sha3_512_s390.c