Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance
42 struct negotiatedata;192 struct negotiatedata *nego);197 struct negotiatedata *nego,201 void Curl_auth_spnego_cleanup(struct negotiatedata *nego);
81 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()
89 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()
51 struct negotiatedata *neg_ctx; in Curl_input_negotiate()104 struct negotiatedata *neg_ctx = proxy ? &conn->data->state.proxyneg : in Curl_output_negotiate()
341 struct negotiatedata { struct1257 struct negotiatedata negotiate; /* state data for host Negotiate auth */1258 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
562 struct negotiatedata *negdata = proxy ? in output_auth_headers()742 struct negotiatedata *negdata = proxy? in Curl_http_input_auth()