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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp984 PCRTCRX509SUBJECTPUBLICKEYINFO pCertPubKeyInfo = NULL; local
986 pCertPubKeyInfo = &pCertCtx->pCert->TbsCertificate.SubjectPublicKeyInfo;
988 pCertPubKeyInfo = &pCertCtx->pTaInfo->PubKey;
990 pCertPubKeyInfo = NULL;
991 if ( pCertPubKeyInfo
992 && RTCrX509SubjectPublicKeyInfo_Compare(pCertPubKeyInfo, pPublicKeyInfo) == 0)

Completed in 53 milliseconds