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