crypto: x86/sha1 - Rename conflicting symbol
authorEric Biggers <ebiggers@kernel.org>
Sat, 12 Jul 2025 23:22:52 +0000 (16:22 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 14 Jul 2025 15:22:31 +0000 (08:22 -0700)
commit56119446f89fbab40f3a160e9c3de33687cd85cf
treebf789af25487275628caa11a9541df768cb74a0b
parent7941ad696506917fa6228f44be2df0c2f0909a62
crypto: x86/sha1 - Rename conflicting symbol

Rename x86's sha1_update() to sha1_update_x86(), since it conflicts with
the upcoming sha1_update() library function.

Note: the affected code will be superseded by later commits that migrate
the arch-optimized SHA-1 code into the library.  This commit simply
keeps the kernel building for the initial introduction of the library.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250712232329.818226-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
arch/x86/crypto/sha1_ssse3_glue.c