Searched defs:pPublicKeyInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp334 PCRTCRX509SUBJECTPUBLICKEYINFO pPublicKeyInfo; local
336 rc = RTCrX509CertPathsQueryPathInfo(hCertPaths, iPath, &fTrusted, NULL /*pcNodes*/, &pSubject, &pPublicKeyInfo,
359 if (RTCrX509SubjectPublicKeyInfo_Compare(pPubKeyInfo, pPublicKeyInfo) == 0)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp963 PCRTCRX509SUBJECTPUBLICKEYINFO pPublicKeyInfo; local
965 rc = RTCrX509CertPathsQueryPathInfo(hCertPaths, iPath, &fTrusted, NULL /*pcNodes*/, &pSubject, &pPublicKeyInfo,
992 && RTCrX509SubjectPublicKeyInfo_Compare(pCertPubKeyInfo, pPublicKeyInfo) == 0)

Completed in 66 milliseconds