Searched defs:cred_handle (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dsocks_sspi.c78 CredHandle cred_handle; local
132 cred_handle.dwLower = 0;
133 cred_handle.dwUpper = 0;
142 &cred_handle,
148 s_pSecFn->FreeCredentialsHandle(&cred_handle);
161 status = s_pSecFn->InitializeSecurityContext(&cred_handle,
187 s_pSecFn->FreeCredentialsHandle(&cred_handle);
209 s_pSecFn->FreeCredentialsHandle(&cred_handle);
223 s_pSecFn->FreeCredentialsHandle(&cred_handle);
259 s_pSecFn->FreeCredentialsHandle(&cred_handle);
[all...]
H A Durldata.h241 CredHandle cred_handle; member in struct:curl_schannel_cred
/external/curl/packages/OS400/
H A Dos400sys.c835 gss_cred_id_t cred_handle,
870 rc = gss_init_sec_context(minor_status, cred_handle, context_handle,
834 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) argument

Completed in 188 milliseconds