Home
last modified time | relevance | path

Searched refs:cred_handle (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dsocks_sspi.c79 CredHandle cred_handle; in Curl_SOCKS5_gssapi_negotiate() local
136 cred_handle.dwLower = 0; in Curl_SOCKS5_gssapi_negotiate()
137 cred_handle.dwUpper = 0; in Curl_SOCKS5_gssapi_negotiate()
146 &cred_handle, in Curl_SOCKS5_gssapi_negotiate()
152 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
167 status = s_pSecFn->InitializeSecurityContext(&cred_handle, in Curl_SOCKS5_gssapi_negotiate()
193 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
215 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
229 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
265 s_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
[all …]
Dsetup-os400.h164 gss_cred_id_t cred_handle,
/external/curl/lib/vtls/
Dschannel.h74 CredHandle cred_handle; member
/external/curl/packages/OS400/
Dos400sys.c850 gss_cred_id_t cred_handle, in Curl_gss_init_sec_context_a() argument
887 rc = gss_init_sec_context(minor_status, cred_handle, context_handle, in Curl_gss_init_sec_context_a()