Searched refs:ctxt_handle (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/vtls/ |
D | schannel.c | 920 0, &BACKEND->ctxt->ctxt_handle, in schannel_connect_step1() 1117 &BACKEND->cred->cred_handle, &BACKEND->ctxt->ctxt_handle, in schannel_connect_step2() 1372 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in schannel_connect_step3() 1447 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in schannel_connect_step3() 1585 conn->sslContext = &BACKEND->ctxt->ctxt_handle; in schannel_connect_common() 1615 &BACKEND->ctxt->ctxt_handle, in schannel_send() 1653 sspi_status = s_pSecFn->EncryptMessage(&BACKEND->ctxt->ctxt_handle, 0, in schannel_send() 1868 sspi_status = s_pSecFn->DecryptMessage(&BACKEND->ctxt->ctxt_handle, in schannel_recv() 2150 sspi_status = s_pSecFn->ApplyControlToken(&BACKEND->ctxt->ctxt_handle, in Curl_schannel_shutdown() 2169 &BACKEND->ctxt->ctxt_handle, in Curl_schannel_shutdown() [all …]
|
D | schannel.h | 80 CtxtHandle ctxt_handle; member
|
D | schannel_verify.c | 549 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_certificate()
|