Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance
42 struct negotiatedata;191 struct negotiatedata *nego);196 struct negotiatedata *nego,200 void Curl_auth_spnego_cleanup(struct negotiatedata *nego);
81 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()
88 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()
51 struct negotiatedata *neg_ctx; in Curl_input_negotiate()104 struct negotiatedata *neg_ctx = proxy ? &conn->data->state.proxyneg : in Curl_output_negotiate()
478 struct negotiatedata { struct1336 struct negotiatedata negotiate; /* state data for host Negotiate auth */1337 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
573 struct negotiatedata *negdata = proxy ? in output_auth_headers()753 struct negotiatedata *negdata = proxy? in Curl_http_input_auth()