umber-kernel/security/keys/trusted-keys
Eric Biggers 720a485d12 KEYS: trusted_tpm1: Move private functionality out of public header
Move functionality used only by trusted_tpm1.c out of the public header
<keys/trusted_tpm.h>.  Specifically, change the exported functions into
static functions, since they are not used outside trusted_tpm1.c, and
move various other definitions and inline functions to trusted_tpm1.c.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
2025-09-27 21:05:06 +03:00
..
Kconfig KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash 2025-09-27 21:05:06 +03:00
Makefile
tpm2key.asn1
trusted_caam.c
trusted_core.c
trusted_dcp.c
trusted_tee.c
trusted_tpm1.c KEYS: trusted_tpm1: Move private functionality out of public header 2025-09-27 21:05:06 +03:00
trusted_tpm2.c