Home
last modified time | relevance | path

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

/third_party/curl/lib/vauth/
H A 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);
H A 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()
H A 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/
H A Dhttp_negotiate.c52 struct negotiatedata *neg_ctx; in Curl_input_negotiate()
123 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate()
H A Durldata.h453 struct negotiatedata { struct
1019 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1020 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
H A Dhttp.c3662 struct negotiatedata *negdata = &conn->negotiate; in Curl_http_header()

Completed in 13 milliseconds