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

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp335 int rcVerify; local
337 NULL, NULL /*pCertCtx*/, &rcVerify);
340 if (RT_SUCCESS(rcVerify))
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp72 int rcVerify; member in struct:RTCRX509CERTPATHNODE
570 pNode->rcVerify = VERR_CR_X509_NOT_VERIFIED;
1130 rtDumpPrintf(pfnPrintfV, pvUser, "Path #%u: %s, %u deep, rcVerify=%Rrc\n",
1132 pCurLeaf->rcVerify);
2613 pLeaf->rcVerify = rc;
2656 pCurLeaf->rcVerify = pThis->rc;
2660 pCurLeaf->rcVerify = VERR_CR_X509_NO_TRUST_ANCHOR;
2740 *prcVerify = pLeaf->rcVerify;
2783 return pLeaf->rcVerify;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp964 int rcVerify; local
966 NULL, NULL /*pCertCtx*/, &rcVerify);
969 if (RT_SUCCESS(rcVerify))

Completed in 58 milliseconds