]> git.ipfire.org Git - thirdparty/linux.git/commit
libceph: Rename hmac_sha256() to ceph_hmac_sha256()
authorEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:06:32 +0000 (09:06 -0700)
committerEric Biggers <ebiggers@kernel.org>
Fri, 4 Jul 2025 17:18:52 +0000 (10:18 -0700)
commit1cf5cdf8d2ae3a55cc4890c02feb5da18e423e5d
treec41c68b317188d0f422f2646bee63ee958da10a9
parent22375adaa0d9fbba9646c8e2b099c6e87c97bfae
libceph: Rename hmac_sha256() to ceph_hmac_sha256()

Rename hmac_sha256() to ceph_hmac_sha256(), to avoid a naming conflict
with the upcoming hmac_sha256() library function.

This code will be able to use the HMAC-SHA256 library, but that's left
for a later commit.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250630160645.3198-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
net/ceph/messenger_v2.c