Home
last modified time | relevance | path

Searched refs:pCertChain (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx886 PCERT_SIMPLE_CHAIN pCertChain ; in buildCertificatePath() local
889 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 18 milliseconds