Lines Matching defs:data
81 * data [in] - The session handle.
87 * nego [in/out] - The Negotiate data struct being used and modified.
91 CURLcode Curl_auth_decode_spnego_message(struct Curl_easy *data,
111 (void) data;
135 failf(data, "SSPI: couldn't get auth info");
196 infof(data, "SPNEGO handshake failure (empty challenge message)");
261 failf(data, "InitializeSecurityContext failed: %s",
275 failf(data, "CompleteAuthToken failed: %s",
298 * data [in] - The session handle.
299 * nego [in/out] - The Negotiate data struct being used and modified.
324 * This is used to clean up the SPNEGO (Negotiate) specific data.
328 * nego [in/out] - The Negotiate data struct being cleaned up.