Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx693 CERTCertList* certChain ; in buildCertificatePath() local
713 certChain = CERT_GetCertChainFromCert( ( CERTCertificate* )cert, timeboundary, certUsageAnyCA ) ; in buildCertificatePath()
715 certChain = NULL ; in buildCertificatePath()
718 if( certChain != NULL ) { in buildCertificatePath()
723 …for( len = 0, node = CERT_LIST_HEAD( certChain ); !CERT_LIST_END( node, certChain ); node = CERT_L… in buildCertificatePath()
726 …for( len = 0, node = CERT_LIST_HEAD( certChain ); !CERT_LIST_END( node, certChain ); node = CERT_L… in buildCertificatePath()
729 CERT_DestroyCertList( certChain ) ; in buildCertificatePath()
738 CERT_DestroyCertList( certChain ) ; in buildCertificatePath()

Completed in 23 milliseconds