Home | History | Annotate | Download | only in DxeTcg2PhysicalPresenceLib

Lines Matching refs:Tcg2Protocol

23 #include <Protocol/Tcg2Protocol.h>

363 EFI_TCG2_PROTOCOL *Tcg2Protocol;
419 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
423 Status = Tcg2Protocol->GetCapability (
424 Tcg2Protocol,
429 Status = Tcg2Protocol->GetActivePcrBanks (
430 Tcg2Protocol,
600 EFI_TCG2_PROTOCOL *Tcg2Protocol;
610 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);