Home
last modified time | relevance | path

Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/vauth/
Dvauth.h42 struct negotiatedata;
191 struct negotiatedata *nego);
196 struct negotiatedata *nego,
200 void Curl_auth_spnego_cleanup(struct negotiatedata *nego);
Dspnego_gssapi.c81 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()
205 struct negotiatedata *nego, in Curl_auth_create_spnego_message()
246 void Curl_auth_spnego_cleanup(struct negotiatedata *nego) in Curl_auth_spnego_cleanup()
Dspnego_sspi.c88 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()
260 struct negotiatedata *nego, in Curl_auth_create_spnego_message()
292 void Curl_auth_spnego_cleanup(struct negotiatedata *nego) in Curl_auth_spnego_cleanup()
/external/curl/lib/
Dhttp_negotiate.c51 struct negotiatedata *neg_ctx; in Curl_input_negotiate()
104 struct negotiatedata *neg_ctx = proxy ? &conn->data->state.proxyneg : in Curl_output_negotiate()
Durldata.h478 struct negotiatedata { struct
1336 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1337 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
Dhttp.c573 struct negotiatedata *negdata = proxy ? in output_auth_headers()
753 struct negotiatedata *negdata = proxy? in Curl_http_input_auth()