HomeSort by relevance Sort by last modified time
    Searched defs:EventSize (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 144 UINT32 EventSize;
213 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
215 Tcg2Event = (EFI_TCG2_EVENT *) AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
222 Tcg2Event->Size = EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event);
258 (UINT64) EventSize,
308 UINT32 EventSize;
317 EventSize = sizeof (*ImageLoad) - sizeof (ImageLoad->DevicePath) + FilePathSize;
318 Tcg2Event = AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
323 Tcg2Event->Size = EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiTpm.h 74 UINT32 EventSize; // Size of the event data
85 UINT32 EventSize;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 142 UINT32 EventSize;
213 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
215 TcgEvent = (TCG_PCR_EVENT *) AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT_HDR));
224 TcgEvent->EventSize = EventSize;
256 (UINT64) TcgEvent->EventSize,
324 UINT32 EventSize;
341 EventSize = sizeof (*ImageLoad) - sizeof (ImageLoad->DevicePath) + FilePathSize;
342 TcgEvent = AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
347 TcgEvent->EventSize = EventSize;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 96 UINT32 EventSize; ///< Size of the event data
109 UINT32 EventSize;
187 UINT32 EventSize;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 366 DEBUG ((EFI_D_INFO, " EventSize - 0x%08x\n", EventHdr->EventSize));
367 InternalDumpHex ((UINT8 *)(EventHdr + 1), EventHdr->EventSize);
452 UINT32 EventSize;
481 CopyMem (&EventSize, DigestBuffer, sizeof(TcgPcrEvent2->EventSize));
482 DEBUG ((EFI_D_INFO, " EventSize - 0x%08x\n", EventSize));
483 EventBuffer = DigestBuffer + sizeof(TcgPcrEvent2->EventSize);
484 InternalDumpHex (EventBuffer, EventSize);
    [all...]

Completed in 352 milliseconds