Home | History | Annotate | Download | only in DxeTpmMeasureBootLib

Lines Matching refs:TcgProtocol

116   @param TcgProtocol             Pointer to the located TCG protocol instance.

128 IN EFI_TCG_PROTOCOL *TcgProtocol,
253 Status = TcgProtocol->HashLogExtendEvent (
254 TcgProtocol,
284 @param[in] TcgProtocol Pointer to the located TCG protocol instance.
300 IN EFI_TCG_PROTOCOL *TcgProtocol,
661 Status = TcgProtocol->HashLogExtendEvent (
662 TcgProtocol,
740 EFI_TCG_PROTOCOL *TcgProtocol;
756 Status = gBS->LocateProtocol (&gEfiTcgProtocolGuid, NULL, (VOID **) &TcgProtocol);
766 Status = TcgProtocol->StatusCheck (
767 TcgProtocol,
824 Status = TcgMeasureGptTable (TcgProtocol, Handle);
961 TcgProtocol,