Searched refs:EventSize (Results 1 - 5 of 5) 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/Tcg/TcgDxe/
H A DTpmComm.c149 NewLogSize = sizeof (*NewEventHdr) + NewEventHdr->EventSize;
160 NewEventHdr->EventSize
H A DTcgDxe.c617 TcgEvent.EventSize = (UINT32)AsciiStrLen (String);
621 TcgEvent.EventSize,
655 TcgEvent.EventSize = sizeof (HandoffTables);
697 TcgEvent.EventSize = (UINT32)sizeof (EventData);
795 TcgEvent.EventSize = (UINT32)(sizeof (*VarLog) + VarNameLength * sizeof (*VarName) + VarSize
798 VarLog = (EFI_VARIABLE_DATA*)AllocatePool (TcgEvent.EventSize);
/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...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTcgPei.c150 sizeof (*NewEventHdr) + NewEventHdr->EventSize
158 CopyMem (HobData, NewEventData, NewEventHdr->EventSize);
189 TcgEventHdr.EventSize = sizeof (mSCrtmVersion);
193 TcgEventHdr.EventSize,
248 TcgEventHdr.EventSize = sizeof (FvBlob);

Completed in 271 milliseconds