Lines Matching refs:s_pSecFn
186 s_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR *)UNISP_NAME, in schannel_connect_step1()
237 sspi_status = s_pSecFn->InitializeSecurityContext( in schannel_connect_step1()
261 s_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in schannel_connect_step1()
404 sspi_status = s_pSecFn->InitializeSecurityContext( in schannel_connect_step2()
454 s_pSecFn->FreeContextBuffer(outbuf[i].pvBuffer); in schannel_connect_step2()
715 sspi_status = s_pSecFn->QueryContextAttributes( 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()
1237 sspi_status = s_pSecFn->InitializeSecurityContext( in Curl_schannel_shutdown()
1259 s_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in Curl_schannel_shutdown()
1270 s_pSecFn->DeleteSecurityContext(&connssl->ctxt->ctxt_handle); in Curl_schannel_shutdown()
1286 s_pSecFn->FreeCredentialsHandle(&connssl->cred->cred_handle); in Curl_schannel_shutdown()
1314 s_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in Curl_schannel_session_free()
1367 status = s_pSecFn->QueryContextAttributes(&connssl->ctxt->ctxt_handle, in verify_certificate()