Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dmeasure.c14 const EFI_TCG *tcg, in tpm1_measure_to_pcr_and_event_log() argument
25 assert(tcg); in tpm1_measure_to_pcr_and_event_log()
37 return tcg->HashLogExtendEvent( in tpm1_measure_to_pcr_and_event_log()
38 (EFI_TCG *) tcg, in tpm1_measure_to_pcr_and_event_log()
47 EFI_TCG2 *tcg, in tpm2_measure_to_pcr_and_event_log() argument
56 assert(tcg); in tpm2_measure_to_pcr_and_event_log()
71 return tcg->HashLogExtendEvent( in tpm2_measure_to_pcr_and_event_log()
72 tcg, in tpm2_measure_to_pcr_and_event_log()
85 EFI_TCG *tcg; in tcg1_interface_check() local
87 status = LibLocateProtocol((EFI_GUID*) EFI_TCG_GUID, (void **) &tcg); in tcg1_interface_check()
[all …]