Lines Matching refs:s_pSecFn
680 s_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR *)UNISP_NAME, in schannel_connect_step1()
798 sspi_status = s_pSecFn->InitializeSecurityContext( in schannel_connect_step1()
842 s_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in schannel_connect_step1()
994 sspi_status = s_pSecFn->InitializeSecurityContext( in schannel_connect_step2()
1047 s_pSecFn->FreeContextBuffer(outbuf[i].pvBuffer); 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()
1478 sspi_status = s_pSecFn->QueryContextAttributes( 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()
1974 s_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in Curl_schannel_session_free()
2007 sspi_status = s_pSecFn->ApplyControlToken(&BACKEND->ctxt->ctxt_handle, in Curl_schannel_shutdown()
2024 sspi_status = s_pSecFn->InitializeSecurityContext( in Curl_schannel_shutdown()
2046 s_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in Curl_schannel_shutdown()
2057 s_pSecFn->DeleteSecurityContext(&BACKEND->ctxt->ctxt_handle); in Curl_schannel_shutdown()
2150 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in pkp_pin_peer_pubkey()