Searched refs:chainPara (Results 1 – 1 of 1) sorted by relevance
2329 CERT_CHAIN_PARA chainPara; /* Used for searching and matching criteria */ in http_sspi_verify() local2372 ZeroMemory(&chainPara, sizeof(chainPara)); in http_sspi_verify()2374 chainPara.cbSize = sizeof(chainPara); in http_sspi_verify()2375 chainPara.RequestedUsage.dwType = USAGE_MATCH_TYPE_OR; in http_sspi_verify()2376 chainPara.RequestedUsage.Usage.cUsageIdentifier = cUsages; in http_sspi_verify()2377 chainPara.RequestedUsage.Usage.rgpszUsageIdentifier = rgszUsages; in http_sspi_verify()2379 …if (!CertGetCertificateChain(NULL, cert, NULL, cert->hCertStore, &chainPara, 0, NULL, &chainContex… in http_sspi_verify()