Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dmeasure.c20 _cleanup_freepool_ TCG_PCR_EVENT *tcg_event = NULL; in tpm1_measure_to_pcr_and_event_log() local
29 tcg_event = xallocate_zero_pool(offsetof(TCG_PCR_EVENT, Event) + desc_len); in tpm1_measure_to_pcr_and_event_log()
30 *tcg_event = (TCG_PCR_EVENT) { in tpm1_measure_to_pcr_and_event_log()
35 CopyMem(tcg_event->Event, description, desc_len); in tpm1_measure_to_pcr_and_event_log()
41 tcg_event, in tpm1_measure_to_pcr_and_event_log()
53 _cleanup_freepool_ EFI_TCG2_EVENT *tcg_event = NULL; in tpm2_measure_to_pcr_and_event_log() local
60 tcg_event = xallocate_zero_pool(offsetof(EFI_TCG2_EVENT, Event) + desc_len); in tpm2_measure_to_pcr_and_event_log()
61 *tcg_event = (EFI_TCG2_EVENT) { in tpm2_measure_to_pcr_and_event_log()
69 CopyMem(tcg_event->Event, description, desc_len); in tpm2_measure_to_pcr_and_event_log()
75 tcg_event); in tpm2_measure_to_pcr_and_event_log()