Home
last modified time | relevance | path

Searched refs:tpm2 (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py7 import tpm2
8 from tpm2 import ProtocolError
146 ds = tpm2.get_digest_size(tpm2.TPM2_ALG_SHA1)
246 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
248 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE)
260 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
270 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
272 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE)
289 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE)
314 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)
[all …]
H A DMakefile5 TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
/linux-6.15/security/keys/trusted-keys/
H A Dtrusted_tpm1.c755 int tpm2; in getoptions() local
758 if (tpm2 < 0) in getoptions()
759 return tpm2; in getoptions()
865 if (!tpm2) in getoptions()
882 int tpm2; in trusted_options_alloc() local
885 if (tpm2 < 0) in trusted_options_alloc()
893 if (!tpm2) in trusted_options_alloc()
903 int tpm2; in trusted_tpm_seal() local
923 if (tpm2) in trusted_tpm_seal()
948 int tpm2; in trusted_tpm_unseal() local
[all …]
/linux-6.15/drivers/char/tpm/
H A DMakefile11 tpm-y += tpm2-cmd.o
13 tpm-y += tpm2-space.o
17 tpm-y += eventlog/tpm2.o
19 tpm-y += tpm2-sessions.o
/linux-6.15/drivers/firmware/efi/libstub/
H A Dtpm.c157 efi_tcg2_protocol_t *tpm2 = NULL; in efi_retrieve_eventlog() local
161 status = efi_bs_call(locate_protocol, &tpm2_guid, NULL, (void **)&tpm2); in efi_retrieve_eventlog()
163 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog()
168 status = efi_call_proto(tpm2, get_event_log, version, in efi_retrieve_eventlog()
/linux-6.15/tools/testing/selftests/
H A DMakefile116 TARGETS += tpm2
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx93.dtsi354 tpm2: pwm@44320000 { label
H A Dimx95.dtsi1260 tpm2: pwm@44320000 { label
/linux-6.15/
H A DMAINTAINERS24701 F: tools/testing/selftests/tpm2/