HomeSort by relevance Sort by last modified time
    Searched refs:passwdp (Results 1 - 11 of 11) sorted by null

  /external/curl/lib/
http_digest.c 90 const char *passwdp; local
100 passwdp = conn->proxypasswd;
107 passwdp = conn->passwd;
117 if(!passwdp)
118 passwdp = "";
155 result = Curl_sasl_create_digest_http_message(data, userp, passwdp, request,
curl_ntlm.c 120 const char *passwdp; local
137 passwdp = conn->proxypasswd;
144 passwdp = conn->passwd;
154 if(!passwdp)
155 passwdp = "";
170 result = Curl_sasl_create_ntlm_type1_message(userp, passwdp, ntlm, &base64,
190 result = Curl_sasl_create_ntlm_type3_message(conn->data, userp, passwdp,
curl_sasl.h 158 const char *passwdp,
169 const char *passwdp,
182 const char *passwdp,
195 const char *passwdp,
209 const char *passwdp,
http_negotiate_sspi.c 60 const char *passwdp; local
67 passwdp = conn->proxypasswd;
72 passwdp = conn->passwd;
80 if(!passwdp)
81 passwdp = "";
143 result = Curl_create_sspi_identity(userp, passwdp, &neg_ctx->identity);
curl_ntlm_msgs.c 343 const char *passwdp,
372 (void)passwdp;
464 const char *passwdp,
544 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
598 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
617 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
624 result = Curl_ntlm_core_mk_lm_hash(data, passwdp, lmbuffer);
curl_sspi.c 165 CURLcode Curl_create_sspi_identity(const char *userp, const char *passwdp,
223 passwd.tchar_ptr = Curl_convert_UTF8_to_tchar((char *)passwdp);
curl_sasl.c 301 const char *passwdp,
310 plen = strlen(passwdp);
324 memcpy(plainauth + 2 * ulen + 2, passwdp, plen);
447 const char *passwdp,
461 (const unsigned char *) passwdp,
462 curlx_uztoui(strlen(passwdp)));
585 const char *passwdp,
651 Curl_MD5_update(ctxt, (const unsigned char *) passwdp,
652 curlx_uztoui(strlen(passwdp)));
899 const char *passwdp,
    [all...]
curl_sasl_sspi.c 117 const char *passwdp,
187 result = Curl_create_sspi_identity(userp, passwdp, &identity);
400 const char *passwdp,
443 if(Curl_create_sspi_identity(userp, passwdp, &identity))
580 const char *passwdp,
614 result = Curl_create_sspi_identity(userp, passwdp, &ntlm->identity);
740 const char *passwdp,
753 (void) passwdp;
861 const char *passwdp,
907 result = Curl_create_sspi_identity(userp, passwdp, &krb5->identity)
    [all...]
curl_sasl_gssapi.c 86 const char *passwdp,
104 (void) passwdp;
url.c 318 static CURLcode setstropt_userpwd(char *option, char **userp, char **passwdp)
329 (passwdp ? &passwd : NULL),
348 if(passwdp) {
349 Curl_safefree(*passwdp);
350 *passwdp = passwd;
4722 char *passwdp = NULL; local
    [all...]
curl_sspi.h 51 CURLcode Curl_create_sspi_identity(const char *userp, const char *passwdp,

Completed in 136 milliseconds