Searched refs:tpm2 (Results 1 – 2 of 2) sorted by relevance
| /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
|
| /drivers/firmware/efi/libstub/ |
| A D | tpm.c | 157 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()
|
Completed in 40 milliseconds