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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_schannel.c1217 CERT_CONTEXT *pCertContextServer = NULL; local
1222 &pCertContextServer);
1224 if((status != SEC_E_OK) || (pCertContextServer == NULL)) {
1236 pCertContextServer,
1238 pCertContextServer->hCertStore,
1281 len = CertGetNameString(pCertContextServer,
1314 if(pCertContextServer)
1315 CertFreeCertificateContext(pCertContextServer);

Completed in 127 milliseconds