Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py7 import tpm2
8 from tpm2 import ProtocolError
15 self.client = tpm2.Client()
41 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)
57 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)
82 self.assertEqual(rc, tpm2.TPM2_RC_AUTH_FAIL)
88 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)
107 ds = tpm2.get_digest_size(bank_alg)
110 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)
127 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)
[all …]
H A DMakefile5 TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
/linux/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/tools/testing/selftests/
H A DMakefile122 TARGETS += tpm2
/linux/arch/arm64/boot/dts/freescale/
H A Dimx94.dtsi945 tpm2: pwm@44320000 { label
H A Dimx91_93_common.dtsi222 tpm2: pwm@44320000 { label
H A Dimx95.dtsi1414 tpm2: pwm@44320000 { label
/linux/
H A DMAINTAINERS26450 F: tools/testing/selftests/tpm2/