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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasurementLib/
DxeTpmMeasurementLib.c 124 EFI_TCG2_EVENT *Tcg2Event;
134 Tcg2Event = (EFI_TCG2_EVENT *) AllocateZeroPool (LogLen + sizeof (EFI_TCG2_EVENT));
139 Tcg2Event->Size = (UINT32)LogLen + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 143 EFI_TCG2_EVENT *Tcg2Event;
216 Tcg2Event = (EFI_TCG2_EVENT *) AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
223 Tcg2Event->Size = EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event);
306 EFI_TCG2_EVENT *Tcg2Event;
319 Tcg2Event = AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
324 Tcg2Event->Size = EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Tcg2Protocol.h 143 } EFI_TCG2_EVENT;
226 IN EFI_TCG2_EVENT *EfiTcgEvent
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]

Completed in 151 milliseconds