Home | History | Annotate | Download | only in DxeTpm2MeasureBootLib

Lines Matching refs:Tcg2Protocol

32 #include <Protocol/Tcg2Protocol.h>

119 @param Tcg2Protocol Pointer to the located TCG2 protocol instance.
131 IN EFI_TCG2_PROTOCOL *Tcg2Protocol,
255 Status = Tcg2Protocol->HashLogExtendEvent (
256 Tcg2Protocol,
281 @param[in] Tcg2Protocol Pointer to the located TCG2 protocol instance.
297 IN EFI_TCG2_PROTOCOL *Tcg2Protocol,
362 Status = Tcg2Protocol->HashLogExtendEvent (
363 Tcg2Protocol,
432 EFI_TCG2_PROTOCOL *Tcg2Protocol;
445 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
456 Status = Tcg2Protocol->GetCapability (
457 Tcg2Protocol,
512 Status = Tcg2MeasureGptTable (Tcg2Protocol, Handle);
650 Tcg2Protocol,