Home | History | Annotate | Download | only in DxeTpmMeasureBootLib

Lines Matching refs:EventSize

143   UINT32                            EventSize;

214 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
216 TcgEvent = (TCG_PCR_EVENT *) AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT_HDR));
225 TcgEvent->EventSize = EventSize;
257 (UINT64) TcgEvent->EventSize,
322 UINT32 EventSize;
339 EventSize = sizeof (*ImageLoad) - sizeof (ImageLoad->DevicePath) + FilePathSize;
340 TcgEvent = AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
345 TcgEvent->EventSize = EventSize;