Home | History | Annotate | Download | only in DxeTpm2MeasureBootLib

Lines Matching refs:Tcg2Protocol

32 #include <Protocol/Tcg2Protocol.h>

118 @param Tcg2Protocol Pointer to the located TCG2 protocol instance.
130 IN EFI_TCG2_PROTOCOL *Tcg2Protocol,
254 Status = Tcg2Protocol->HashLogExtendEvent (
255 Tcg2Protocol,
280 @param[in] Tcg2Protocol Pointer to the located TCG2 protocol instance.
296 IN EFI_TCG2_PROTOCOL *Tcg2Protocol,
361 Status = Tcg2Protocol->HashLogExtendEvent (
362 Tcg2Protocol,
431 EFI_TCG2_PROTOCOL *Tcg2Protocol;
444 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
455 Status = Tcg2Protocol->GetCapability (
456 Tcg2Protocol,
511 Status = Tcg2MeasureGptTable (Tcg2Protocol, Handle);
649 Tcg2Protocol,