Lines Matching refs:Curl_pSecFn

971       Curl_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR*)UNISP_NAME,  in schannel_acquire_credential_handle()
1018 Curl_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR*)UNISP_NAME, in schannel_acquire_credential_handle()
1248 sspi_status = Curl_pSecFn->InitializeSecurityContext( in schannel_connect_step1()
1292 Curl_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in schannel_connect_step1()
1439 sspi_status = Curl_pSecFn->InitializeSecurityContext( in schannel_connect_step2()
1491 Curl_pSecFn->FreeContextBuffer(outbuf[i].pvBuffer); in schannel_connect_step2()
1687 Curl_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in schannel_session_free()
1742 Curl_pSecFn->QueryContextAttributes(&backend->ctxt->ctxt_handle, in schannel_connect_step3()
1790 Curl_pSecFn->QueryContextAttributes(&backend->ctxt->ctxt_handle, in schannel_connect_step3()
1958 sspi_status = Curl_pSecFn->QueryContextAttributes( in schannel_send()
1997 sspi_status = Curl_pSecFn->EncryptMessage(&backend->ctxt->ctxt_handle, 0, in schannel_send()
2214 sspi_status = Curl_pSecFn->DecryptMessage(&backend->ctxt->ctxt_handle, in schannel_recv()
2501 sspi_status = Curl_pSecFn->ApplyControlToken(&backend->ctxt->ctxt_handle, in schannel_shutdown()
2516 sspi_status = Curl_pSecFn->InitializeSecurityContext( in schannel_shutdown()
2535 Curl_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in schannel_shutdown()
2608 Curl_pSecFn->DeleteSecurityContext(&backend->ctxt->ctxt_handle); in schannel_close()
2685 Curl_pSecFn->QueryContextAttributes(&backend->ctxt->ctxt_handle, in schannel_pkp_pin_peer_pubkey()