Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dmeasure.c29 tcg_event = xallocate_zero_pool(offsetof(TCG_PCR_EVENT, Event) + desc_len); in tpm1_measure_to_pcr_and_event_log()
60 tcg_event = xallocate_zero_pool(offsetof(EFI_TCG2_EVENT, Event) + desc_len); in tpm2_measure_to_pcr_and_event_log()
Dutil.h42 #define xallocate_zero_pool(size) ASSERT_SE_PTR(AllocateZeroPool(size)) macro
47 #define xnew0(type, n) xnew_alloc(type, (n), xallocate_zero_pool)