Lines Matching refs:data
78 * data [in] - The session handle.
86 * krb5 [in/out] - The Kerberos 5 data struct being used and modified.
91 CURLcode Curl_auth_create_gssapi_user_message(struct Curl_easy *data,
125 failf(data, "SSPI: couldn't get auth info");
178 infof(data, "GSSAPI handshake failure (empty challenge message)");
242 * data [in] - The session handle.
245 * krb5 [in/out] - The Kerberos 5 data struct being used and modified.
250 CURLcode Curl_auth_create_gssapi_security_message(struct Curl_easy *data,
275 (void) data;
280 infof(data, "GSSAPI handshake failure (empty security message)");
309 infof(data, "GSSAPI handshake failure (empty security message)");
315 infof(data, "GSSAPI handshake failure (invalid security data)");
330 infof(data, "GSSAPI handshake failure (invalid security layer)");
338 we don't require one unless we are encrypting data, we tell the server
380 /* Setup the "authentication data" security buffer */
394 /* Encrypt the data */
440 * This is used to clean up the GSSAPI (Kerberos V5) specific data.
444 * krb5 [in/out] - The Kerberos 5 data struct being cleaned up.