Home
last modified time | relevance | path

Searched refs:negotiatedata (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/vauth/
Dvauth.h46 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);
Dspnego_gssapi.c83 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()
Dspnego_sspi.c97 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()
/third_party/curl/lib/
Dhttp_negotiate.c52 struct negotiatedata *neg_ctx; in Curl_input_negotiate()
123 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate()
Durldata.h446 struct negotiatedata { struct
1004 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1005 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
Dhttp.c3737 struct negotiatedata *negdata = &conn->negotiate; in Curl_http_header()