]> Gentwo Git Trees - linux/.git/commit
libceph: Use HMAC-SHA256 library instead of crypto_shash
authorEric Biggers <ebiggers@kernel.org>
Thu, 31 Jul 2025 19:02:27 +0000 (12:02 -0700)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 8 Oct 2025 21:30:45 +0000 (23:30 +0200)
commit27c0a7b05d13a0dc54ed0b95fc12218210fdea1a
treeaddbb2e1a498f497f722bd47bd7899497f824ce3
parente5f0a698b34ed76002dc5cff3804a61c80233a7a
libceph: Use HMAC-SHA256 library instead of crypto_shash

Use the HMAC-SHA256 library functions instead of crypto_shash.  This is
simpler and faster.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/messenger.h
net/ceph/Kconfig
net/ceph/messenger_v2.c