lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
authorEric Biggers <ebiggers@kernel.org>
Sat, 12 Jul 2025 23:22:53 +0000 (16:22 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 14 Jul 2025 15:22:31 +0000 (08:22 -0700)
commit9503ca2ccafec51ee9e533d6f3aef14a589fc106
tree694000acd4a8b02b11b5cd5e99172d6ac1c47661
parent56119446f89fbab40f3a160e9c3de33687cd85cf
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()

Rename the existing sha1_init() to sha1_init_raw(), since it conflicts
with the upcoming library function.  This will later be removed, but
this keeps the kernel building for the introduction of the library.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250712232329.818226-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
include/crypto/sha1.h
kernel/bpf/core.c
lib/crypto/sha1.c
net/ipv6/addrconf.c