Searched defs:fTrusted (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp274 bool fTrusted; local
275 rc = CFGMR3QueryBool(paDevs[i].pNode, "Trusted", &fTrusted);
277 fTrusted = false;
339 pDevIns->pHlpR3 = fTrusted ? &g_pdmR3DevHlpTrusted : &g_pdmR3DevHlpUnTrusted;
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp332 bool fTrusted; local
336 rc = RTCrX509CertPathsQueryPathInfo(hCertPaths, iPath, &fTrusted, NULL /*pcNodes*/, &pSubject, &pPublicKeyInfo,
342 Assert(fTrusted);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp961 bool fTrusted; local
965 rc = RTCrX509CertPathsQueryPathInfo(hCertPaths, iPath, &fTrusted, NULL /*pcNodes*/, &pSubject, &pPublicKeyInfo,
971 Assert(fTrusted);

Completed in 43 milliseconds