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;
192 struct negotiatedata *nego);
197 struct negotiatedata *nego,
201 void Curl_auth_spnego_cleanup(struct negotiatedata *nego);
Dspnego_gssapi.c81 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()
209 struct negotiatedata *nego, in Curl_auth_create_spnego_message()
250 void Curl_auth_spnego_cleanup(struct negotiatedata *nego) in Curl_auth_spnego_cleanup()
Dspnego_sspi.c89 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()
263 struct negotiatedata *nego, in Curl_auth_create_spnego_message()
295 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.h341 struct negotiatedata { struct
1257 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1258 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
Dhttp.c562 struct negotiatedata *negdata = proxy ? in output_auth_headers()
742 struct negotiatedata *negdata = proxy? in Curl_http_input_auth()