HomeSort by relevance Sort by last modified time
    Searched refs:EFI_GPT_DATA (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 178 } EFI_GPT_DATA;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 143 EFI_GPT_DATA *GptData;
213 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
227 GptData = (EFI_GPT_DATA *) Tcg2Event->Event;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 141 EFI_GPT_DATA *GptData;
213 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
225 GptData = (EFI_GPT_DATA *) TcgEvent->Event;
    [all...]

Completed in 55 milliseconds