Searched refs:tpm2 (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/tpm2/ |
| A D | tpm2_tests.py | 7 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 …]
|
| A D | Makefile | 5 TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
|
| /linux/security/keys/trusted-keys/ |
| A D | trusted_tpm1.c | 755 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/drivers/char/tpm/ |
| A D | Makefile | 11 tpm-y += tpm2-cmd.o 13 tpm-y += tpm2-space.o 17 tpm-y += eventlog/tpm2.o 19 tpm-y += tpm2-sessions.o
|
| /linux/drivers/firmware/efi/libstub/ |
| A D | tpm.c | 154 efi_tcg2_protocol_t *tpm2 = NULL; in efi_retrieve_eventlog() local 158 status = efi_bs_call(locate_protocol, &tpm2_guid, NULL, (void **)&tpm2); in efi_retrieve_eventlog() 160 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog() 165 status = efi_call_proto(tpm2, get_event_log, version, in efi_retrieve_eventlog()
|
| /linux/tools/testing/selftests/ |
| A D | .gitignore | 7 tpm2/SpaceTest.log
|
| A D | Makefile | 111 TARGETS += tpm2
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx93.dtsi | 346 tpm2: pwm@44320000 { label
|
| A D | imx95.dtsi | 1176 tpm2: pwm@44320000 { label
|
| /linux/ |
| A D | MAINTAINERS | 23450 F: tools/testing/selftests/tpm2/
|
Completed in 30 milliseconds