Hello arm-soc maintainers,
Please pull this small patch for the TEE subssytem. It simplifies the code by using the SHA-1 library instead of crypto_shash.
Thanks, Jens
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee.git tags/tee-sha1-lib-for-v6.18
for you to fetch changes up to dfb2a4f76ff7f60d6e2a55b6a973dd42930adf50:
tee: Use SHA-1 library instead of crypto_shash (2025-08-13 14:29:49 +0200)
---------------------------------------------------------------- Use SHA-1 library instead of crypto_shash
---------------------------------------------------------------- Eric Biggers (1): tee: Use SHA-1 library instead of crypto_shash
drivers/tee/Kconfig | 3 +-- drivers/tee/tee_core.c | 55 +++++++++----------------------------------------- 2 files changed, 10 insertions(+), 48 deletions(-)