]> Gentwo Git Trees - linux/.git/commit
KEYS: trusted_tpm1: Move private functionality out of public header
authorEric Biggers <ebiggers@kernel.org>
Sat, 9 Aug 2025 17:19:41 +0000 (10:19 -0700)
committerJarkko Sakkinen <jarkko@kernel.org>
Sat, 27 Sep 2025 18:05:06 +0000 (21:05 +0300)
commit720a485d12c590750f40f4ffbe41e36725f43f3d
tree5ca7865d78cbbb16c5a9d533cb3f6e351e1224d9
parent366284cfbc8ff4110c00fc23285449f53df739a7
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>
include/keys/trusted_tpm.h
security/keys/trusted-keys/trusted_tpm1.c