Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance
46 struct negotiatedata;226 struct negotiatedata *nego);230 CURLcode Curl_auth_create_spnego_message(struct negotiatedata *nego,234 void Curl_auth_cleanup_spnego(struct negotiatedata *nego);
83 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()209 CURLcode Curl_auth_create_spnego_message(struct negotiatedata *nego, in Curl_auth_create_spnego_message()249 void Curl_auth_cleanup_spnego(struct negotiatedata *nego) in Curl_auth_cleanup_spnego()
97 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()306 CURLcode Curl_auth_create_spnego_message(struct negotiatedata *nego, in Curl_auth_create_spnego_message()331 void Curl_auth_cleanup_spnego(struct negotiatedata *nego) in Curl_auth_cleanup_spnego()
52 struct negotiatedata *neg_ctx; in Curl_input_negotiate()123 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate()
446 struct negotiatedata { struct1004 struct negotiatedata negotiate; /* state data for host Negotiate auth */1005 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
3737 struct negotiatedata *negdata = &conn->negotiate; in Curl_http_header()