Home | History | Annotate | Download | only in socket

Lines Matching refs:chain_context

2025   PCCERT_CHAIN_CONTEXT chain_context = NULL;
2029 chain_context = CertFindChainInStore(my_cert_store,
2034 chain_context);
2035 if (!chain_context) {
2044 chain_context->rgpChain[0]->rgpElement[0]->pCertContext;
2062 for (DWORD i = 1; i < chain_context->rgpChain[0]->cElement; i++) {
2065 chain_context->rgpChain[0]->rgpElement[i]->pCertContext,