Lines Matching defs:data
67 * data [in] - The session handle.
73 * nego [in/out] - The Negotiate data struct being used and modified.
77 CURLcode Curl_auth_decode_spnego_message(struct Curl_easy *data,
121 Curl_gss_log_error(data, "gss_import_name() failed: ",
142 infof(data, "SPNEGO handshake failure (empty challenge message)");
152 major_status = Curl_gss_init_sec_context(data,
171 Curl_gss_log_error(data, "gss_init_sec_context() failed: ",
201 * data [in] - The session handle.
202 * nego [in/out] - The Negotiate data struct being used and modified.
242 * This is used to clean up the SPNEGO (Negotiate) specific data.
246 * nego [in/out] - The Negotiate data struct being cleaned up.