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
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...]
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 228 &connssl->cred->cred_handle,
334 &connssl->cred->cred_handle, NULL, host_name,
501 &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 583 milliseconds