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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp352 PCCERT_CHAIN_CONTEXT pCertChainContext = NULL; local
358 &pCertChainContext))
361 for (unsigned int i=0; i < pCertChainContext->cChain; i++)
365 pCertChainContext->rgpChain[i];
440 if (pCertChainContext)
441 ::CertFreeCertificateChain(pCertChainContext);

Completed in 37 milliseconds