Home | History | Annotate | Download | only in vtls

Lines Matching full:ctxt

146   struct curl_schannel_ctxt *ctxt;
461 BACKEND->ctxt = (struct curl_schannel_ctxt *)
463 if(!BACKEND->ctxt) {
467 memset(BACKEND->ctxt, 0, sizeof(struct curl_schannel_ctxt));
483 0, &BACKEND->ctxt->ctxt_handle,
484 ctxt->time_stamp);
495 Curl_safefree(BACKEND->ctxt);
551 if(!BACKEND->cred || !BACKEND->ctxt)
655 &BACKEND->cred->cred_handle, &BACKEND->ctxt->ctxt_handle,
657 &outbuf_desc, &BACKEND->ret_flags, &BACKEND->ctxt->time_stamp);
815 sspi_status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle,
883 sspi_status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle,
1039 &BACKEND->ctxt->ctxt_handle,
1077 sspi_status = s_pSecFn->EncryptMessage(&BACKEND->ctxt->ctxt_handle, 0,
1292 sspi_status = s_pSecFn->DecryptMessage(&BACKEND->ctxt->ctxt_handle,
1544 if(BACKEND->cred && BACKEND->ctxt) {
1557 sspi_status = s_pSecFn->ApplyControlToken(&BACKEND->ctxt->ctxt_handle,
1574 &BACKEND->ctxt->ctxt_handle,
1581 &BACKEND->ctxt->ctxt_handle,
1584 &BACKEND->ctxt->time_stamp);
1603 if(BACKEND->ctxt) {
1605 s_pSecFn->DeleteSecurityContext(&BACKEND->ctxt->ctxt_handle);
1606 Curl_safefree(BACKEND->ctxt);
1685 status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle,
1816 return &BACKEND->ctxt->ctxt_handle;