Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance
42 struct negotiatedata;202 struct negotiatedata *nego);207 struct negotiatedata *nego,211 void Curl_auth_cleanup_spnego(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_cleanup_spnego(struct negotiatedata *nego) in Curl_auth_cleanup_spnego()
95 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()306 struct negotiatedata *nego, in Curl_auth_create_spnego_message()338 void Curl_auth_cleanup_spnego(struct negotiatedata *nego) in Curl_auth_cleanup_spnego()
51 struct negotiatedata *neg_ctx; in Curl_input_negotiate()121 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate()
387 struct negotiatedata { struct1050 struct negotiatedata negotiate; /* state data for host Negotiate auth */1051 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
3953 struct negotiatedata *negdata = &conn->negotiate; in Curl_http_readwrite_headers()