Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dsocks_sspi.c82 CredHandle cred_handle; in Curl_SOCKS5_gssapi_negotiate() local
139 cred_handle.dwLower = 0; in Curl_SOCKS5_gssapi_negotiate()
140 cred_handle.dwUpper = 0; in Curl_SOCKS5_gssapi_negotiate()
149 &cred_handle, in Curl_SOCKS5_gssapi_negotiate()
155 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
170 status = s_pSecFn->InitializeSecurityContext(&cred_handle, in Curl_SOCKS5_gssapi_negotiate()
196 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
218 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
233 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
269 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
[all...]
H A Dsetup-os400.h81 gss_cred_id_t cred_handle,
/third_party/ffmpeg/libavformat/
H A 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/
H A Dschannel_int.h115 CredHandle cred_handle; member
H A Dschannel.c974 &backend->cred->cred_handle, in schannel_acquire_credential_handle()
1021 &backend->cred->cred_handle, in schannel_acquire_credential_handle()
1248 &backend->cred->cred_handle, NULL, backend->cred->sni_hostname, in schannel_connect_step1()
1439 &backend->cred->cred_handle, &backend->ctxt->ctxt_handle, in schannel_connect_step2()
2459 s_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in schannel_session_free()
2519 &backend->cred->cred_handle, in schannel_shutdown()
/third_party/curl/packages/OS400/
H A Dos400sys.c430 gss_cred_id_t cred_handle, in Curl_gss_init_sec_context_a()
466 rc = gss_init_sec_context(minor_status, cred_handle, context_handle, in Curl_gss_init_sec_context_a()
429 Curl_gss_init_sec_context_a(OM_uint32 *minor_status, gss_cred_id_t cred_handle, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID mech_type, gss_flags_t req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, gss_flags_t *ret_flags, OM_uint32 *time_rec) Curl_gss_init_sec_context_a() argument

Completed in 7 milliseconds