HomeSort by relevance Sort by last modified time
    Searched refs:cred_handle (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
socks_sspi.c 78 CredHandle cred_handle; local
135 cred_handle.dwLower = 0;
136 cred_handle.dwUpper = 0;
145 &cred_handle,
151 s_pSecFn->FreeCredentialsHandle(&cred_handle);
164 status = s_pSecFn->InitializeSecurityContext(&cred_handle,
190 s_pSecFn->FreeCredentialsHandle(&cred_handle);
212 s_pSecFn->FreeCredentialsHandle(&cred_handle);
226 s_pSecFn->FreeCredentialsHandle(&cred_handle);
262 s_pSecFn->FreeCredentialsHandle(&cred_handle);
    [all...]
setup-os400.h 164 gss_cred_id_t cred_handle,
urldata.h 241 CredHandle cred_handle; member in struct:curl_schannel_cred
    [all...]
  /external/curl/lib/vtls/
schannel.c 248 &connssl->cred->cred_handle,
356 &connssl->cred->cred_handle, NULL, host_name, connssl->req_flags, 0, 0,
526 &connssl->cred->cred_handle, &connssl->ctxt->ctxt_handle,
    [all...]
  /external/curl/packages/OS400/
os400sys.c 835 gss_cred_id_t cred_handle,
870 rc = gss_init_sec_context(minor_status, cred_handle, context_handle,

Completed in 362 milliseconds