The following changes since commit fec734e8d564d55fb6bd4909ae2e68814d21d0a1:
Merge tag 'riscv-for-linus-v6.17-rc8' of
git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2025-09-26 14:39:12
-0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
tags/keys-next-6.18
for you to fetch changes up to 8be70a8fc667c33e69257a72e8092f07c828241e:
security: keys: use menuconfig for KEYS symbol (2025-10-04 17:25:35 +0300)
----------------------------------------------------------------
Hi,
A few minor updates/fixes for keys.
BR, Jarkko
----------------------------------------------------------------
Eric Biggers (4):
KEYS: trusted_tpm1: Compare HMAC values in constant time
KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash
KEYS: trusted_tpm1: Move private functionality out of public header
KEYS: encrypted: Use SHA-256 library instead of crypto_shash
Randy Dunlap (1):
security: keys: use menuconfig for KEYS symbol
include/keys/trusted_tpm.h | 79 ---------
security/keys/Kconfig | 17 +-
security/keys/encrypted-keys/encrypted.c | 63 ++-----
security/keys/trusted-keys/Kconfig | 5 +-
security/keys/trusted-keys/trusted_tpm1.c | 284 +++++++++++-------------------
5 files changed, 117 insertions(+), 331 deletions(-)