Searched refs:pCertChain (Results 1 – 1 of 1) sorted by relevance
886 PCERT_SIMPLE_CHAIN pCertChain ; in buildCertificatePath() local889 pCertChain = pChainContext->rgpChain[0] ; in buildCertificatePath()890 if( pCertChain->cElement ) { in buildCertificatePath()891 Sequence< Reference< XCertificate > > xCertChain( pCertChain->cElement ) ; in buildCertificatePath()893 for( unsigned int i = 0 ; i < pCertChain->cElement ; i ++ ) { in buildCertificatePath()894 if( pCertChain->rgpElement[i] ) in buildCertificatePath()895 pCertInChain = pCertChain->rgpElement[i]->pCertContext ; in buildCertificatePath()
Completed in 14 milliseconds