Searched refs:cred_handle (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | socks_sspi.c | 77 CredHandle cred_handle; in Curl_SOCKS5_gssapi_negotiate() local 131 cred_handle.dwLower = 0; in Curl_SOCKS5_gssapi_negotiate() 132 cred_handle.dwUpper = 0; in Curl_SOCKS5_gssapi_negotiate() 141 &cred_handle, in Curl_SOCKS5_gssapi_negotiate() 147 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate() 160 status = s_pSecFn->InitializeSecurityContext(&cred_handle, in Curl_SOCKS5_gssapi_negotiate() 186 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate() 208 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate() 222 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate() 258 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate() [all …]
|
D | setup-os400.h | 164 gss_cred_id_t cred_handle,
|
D | urldata.h | 231 CredHandle cred_handle; member
|
/external/curl/lib/vtls/ |
D | schannel.c | 189 &connssl->cred->cred_handle, in schannel_connect_step1() 238 &connssl->cred->cred_handle, NULL, host_name, in schannel_connect_step1() 405 &connssl->cred->cred_handle, &connssl->ctxt->ctxt_handle, in schannel_connect_step2() 1238 &connssl->cred->cred_handle, in Curl_schannel_shutdown() 1286 s_pSecFn->FreeCredentialsHandle(&connssl->cred->cred_handle); in Curl_schannel_shutdown() 1314 s_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in Curl_schannel_session_free()
|
/external/curl/packages/OS400/ |
D | os400sys.c | 835 gss_cred_id_t cred_handle, in Curl_gss_init_sec_context_a() argument 870 rc = gss_init_sec_context(minor_status, cred_handle, context_handle, in Curl_gss_init_sec_context_a()
|