Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance
46 struct negotiatedata;224 struct negotiatedata *nego);228 CURLcode Curl_auth_create_spnego_message(struct negotiatedata *nego,232 void Curl_auth_cleanup_spnego(struct negotiatedata *nego);
83 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()219 CURLcode Curl_auth_create_spnego_message(struct negotiatedata *nego, in Curl_auth_create_spnego_message()259 void Curl_auth_cleanup_spnego(struct negotiatedata *nego) in Curl_auth_cleanup_spnego()
97 struct negotiatedata *nego) in Curl_auth_decode_spnego_message()307 CURLcode Curl_auth_create_spnego_message(struct negotiatedata *nego, in Curl_auth_create_spnego_message()332 void Curl_auth_cleanup_spnego(struct negotiatedata *nego) in Curl_auth_cleanup_spnego()
53 struct negotiatedata *neg_ctx; in Curl_input_negotiate()140 struct negotiatedata *neg_ctx; in Curl_output_negotiate()
465 struct negotiatedata { struct918 struct negotiatedata negotiate; /* state data for host Negotiate auth */919 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
3038 struct negotiatedata *negdata = &conn->negotiate; in Curl_http_header()
Completed in 25 milliseconds