Searched refs:ctxt_handle (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/vtls/ |
D | schannel.c | 801 0, &BACKEND->ctxt->ctxt_handle, in schannel_connect_step1() 995 &BACKEND->cred->cred_handle, &BACKEND->ctxt->ctxt_handle, in schannel_connect_step2() 1242 sspi_status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in schannel_connect_step3() 1313 sspi_status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in schannel_connect_step3() 1449 conn->sslContext = &BACKEND->ctxt->ctxt_handle; in schannel_connect_common() 1479 &BACKEND->ctxt->ctxt_handle, in schannel_send() 1517 sspi_status = s_pSecFn->EncryptMessage(&BACKEND->ctxt->ctxt_handle, 0, in schannel_send() 1735 sspi_status = s_pSecFn->DecryptMessage(&BACKEND->ctxt->ctxt_handle, in schannel_recv() 2007 sspi_status = s_pSecFn->ApplyControlToken(&BACKEND->ctxt->ctxt_handle, in Curl_schannel_shutdown() 2026 &BACKEND->ctxt->ctxt_handle, in Curl_schannel_shutdown() [all …]
|
D | schannel.h | 80 CtxtHandle ctxt_handle; member
|
D | schannel_verify.c | 430 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_certificate()
|