Searched defs:EventSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUefiTcgPlatform.h69 UINT32 EventSize; ///< Size of the event data member in struct:tdTCG_PCR_EVENT
82 UINT32 EventSize; member in struct:tdTCG_PCR_EVENT_HDR
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c115 UINT32 EventSize; local
186 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
188 TcgEvent = (TCG_PCR_EVENT *) AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
197 TcgEvent->EventSize = EventSize;
229 (UINT64) TcgEvent->EventSize,
290 UINT32 EventSize; local
307 EventSize = sizeof (*ImageLoad) - sizeof (ImageLoad->DevicePath) + FilePathSize;
308 TcgEvent = AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
313 TcgEvent->EventSize
[all...]

Completed in 40 milliseconds