Home
last modified time | relevance | path

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

/external/curl/lib/vauth/
Dvauth.h42 struct negotiatedata;
202 struct negotiatedata *nego);
207 struct negotiatedata *nego,
211 void Curl_auth_cleanup_spnego(struct negotiatedata *nego);
Dspnego_gssapi.c81 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()
Dspnego_sspi.c95 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()
/external/curl/lib/
Dhttp_negotiate.c51 struct negotiatedata *neg_ctx; in Curl_input_negotiate()
121 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate()
Durldata.h387 struct negotiatedata { struct
1050 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1051 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
Dhttp.c3953 struct negotiatedata *negdata = &conn->negotiate; in Curl_http_readwrite_headers()