Home
last modified time | relevance | path

Searched refs:cred_handle (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Dsocks_sspi.c79 CredHandle cred_handle; in Curl_SOCKS5_gssapi_negotiate() local
136 cred_handle.dwLower = 0; in Curl_SOCKS5_gssapi_negotiate()
137 cred_handle.dwUpper = 0; in Curl_SOCKS5_gssapi_negotiate()
146 &cred_handle, in Curl_SOCKS5_gssapi_negotiate()
152 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
167 status = s_pSecFn->InitializeSecurityContext(&cred_handle, in Curl_SOCKS5_gssapi_negotiate()
193 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
215 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
229 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
265 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
[all …]
Dsetup-os400.h164 gss_cred_id_t cred_handle,
/third_party/ffmpeg/libavformat/
Dtls_schannel.c47 CredHandle cred_handle; member
111 sspi_ret = InitializeSecurityContext(&c->cred_handle, &c->ctxt_handle, s->host, in tls_shutdown_client()
133 FreeCredentialsHandle(&c->cred_handle); in tls_close()
211 … sspi_ret = InitializeSecurityContext(&c->cred_handle, &c->ctxt_handle, s->host, c->request_flags, in tls_client_handshake_loop()
309 sspi_ret = InitializeSecurityContext(&c->cred_handle, NULL, s->host, c->request_flags, 0, 0, in tls_client_handshake()
363 NULL, &schannel_cred, NULL, NULL, &c->cred_handle, in tls_open()
/third_party/curl/lib/vtls/
Dschannel.h77 CredHandle cred_handle; member
Dschannel.c725 &BACKEND->cred->cred_handle, in schannel_acquire_credential_handle()
953 &BACKEND->cred->cred_handle, NULL, host_name, BACKEND->req_flags, 0, 0, in schannel_connect_step1()
1147 &BACKEND->cred->cred_handle, &BACKEND->ctxt->ctxt_handle, in schannel_connect_step2()
2142 s_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in schannel_session_free()
2192 &BACKEND->cred->cred_handle, in schannel_shutdown()
/third_party/curl/packages/OS400/
Dos400sys.c798 gss_cred_id_t cred_handle, in Curl_gss_init_sec_context_a() argument
834 rc = gss_init_sec_context(minor_status, cred_handle, context_handle, in Curl_gss_init_sec_context_a()