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 142 EFI_TCG2_EVENT *Tcg2Event;
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);
305 EFI_TCG2_EVENT *Tcg2Event;
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/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 680 milliseconds