Home | History | Annotate | Download | only in DxeTcg2PhysicalPresenceLib

Lines Matching refs:Tcg2Protocol

23 #include <Protocol/Tcg2Protocol.h>

292 EFI_TCG2_PROTOCOL *Tcg2Protocol;
295 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
299 Status = Tcg2Protocol->GetCapability (
300 Tcg2Protocol,
474 EFI_TCG2_PROTOCOL *Tcg2Protocol;
479 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
483 Status = Tcg2Protocol->GetCapability (
484 Tcg2Protocol,
489 Status = Tcg2Protocol->GetActivePcrBanks (
490 Tcg2Protocol,
925 EFI_TCG2_PROTOCOL *Tcg2Protocol;
929 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
1046 EFI_TCG2_PROTOCOL *Tcg2Protocol;
1049 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);