Searched refs:pPubKeyInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp352 PCRTCRX509SUBJECTPUBLICKEYINFO pPubKeyInfo; local
354 pPubKeyInfo = &pCertCtx->pCert->TbsCertificate.SubjectPublicKeyInfo;
356 pPubKeyInfo = &pCertCtx->pTaInfo->PubKey;
358 pPubKeyInfo = NULL;
359 if (RTCrX509SubjectPublicKeyInfo_Compare(pPubKeyInfo, pPublicKeyInfo) == 0)

Completed in 2087 milliseconds