Home
last modified time | relevance | path

Searched refs:ctxt_handle (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vtls/
Dschannel.c239 connssl->req_flags, 0, 0, NULL, 0, &connssl->ctxt->ctxt_handle, in schannel_connect_step1()
405 &connssl->cred->cred_handle, &connssl->ctxt->ctxt_handle, in schannel_connect_step2()
716 &connssl->ctxt->ctxt_handle, in schannel_send()
755 sspi_status = s_pSecFn->EncryptMessage(&connssl->ctxt->ctxt_handle, 0, in schannel_send()
969 sspi_status = s_pSecFn->DecryptMessage(&connssl->ctxt->ctxt_handle, in schannel_recv()
1222 sspi_status = s_pSecFn->ApplyControlToken(&connssl->ctxt->ctxt_handle, in Curl_schannel_shutdown()
1239 &connssl->ctxt->ctxt_handle, in Curl_schannel_shutdown()
1246 &connssl->ctxt->ctxt_handle, in Curl_schannel_shutdown()
1270 s_pSecFn->DeleteSecurityContext(&connssl->ctxt->ctxt_handle); in Curl_schannel_shutdown()
1367 status = s_pSecFn->QueryContextAttributes(&connssl->ctxt->ctxt_handle, in verify_certificate()
/external/curl/lib/
Durldata.h238 CtxtHandle ctxt_handle; member