Searched refs:mTreeProtocol (Results 1 – 2 of 2) sorted by relevance
23 EFI_TREE_PROTOCOL *mTreeProtocol = NULL; variable49 if (mTreeProtocol == NULL) { in Tpm2SubmitCommand()50 Status = gBS->LocateProtocol (&gEfiTrEEProtocolGuid, NULL, (VOID **) &mTreeProtocol); in Tpm2SubmitCommand()62 Status = mTreeProtocol->SubmitCommand ( in Tpm2SubmitCommand()63 mTreeProtocol, in Tpm2SubmitCommand()93 if (mTreeProtocol == NULL) { in Tpm2RequestUseTpm()94 Status = gBS->LocateProtocol (&gEfiTrEEProtocolGuid, NULL, (VOID **) &mTreeProtocol); in Tpm2RequestUseTpm()
881 EFI_TREE_PROTOCOL mTreeProtocol = { variable1701 &mTreeProtocol, in InstallTrEE()