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

  /external/curl/lib/
http_negotiate.c 46 const char *passwdp; local
55 passwdp = conn->proxypasswd;
63 passwdp = conn->passwd;
74 if(!passwdp)
75 passwdp = "";
93 return Curl_auth_decode_spnego_message(data, userp, passwdp, service, host,
http_digest.c 89 const char *passwdp; local
99 passwdp = conn->proxypasswd;
106 passwdp = conn->passwd;
116 if(!passwdp)
117 passwdp = "";
154 result = Curl_auth_create_digest_http_message(data, userp, passwdp, request,
http_ntlm.c 123 const char *passwdp; local
140 passwdp = conn->proxypasswd;
147 passwdp = conn->passwd;
157 if(!passwdp)
158 passwdp = "";
173 result = Curl_auth_create_ntlm_type1_message(userp, passwdp, ntlm, &base64,
193 result = Curl_auth_create_ntlm_type3_message(conn->data, userp, passwdp,
curl_sspi.c 130 CURLcode Curl_create_sspi_identity(const char *userp, const char *passwdp,
188 passwd.tchar_ptr = Curl_convert_UTF8_to_tchar((char *)passwdp);
url.c 319 static CURLcode setstropt_userpwd(char *option, char **userp, char **passwdp)
330 (passwdp ? &passwd : NULL),
349 if(passwdp) {
350 Curl_safefree(*passwdp);
351 *passwdp = passwd;
4895 char *passwdp = NULL; local
    [all...]
curl_sspi.h 51 CURLcode Curl_create_sspi_identity(const char *userp, const char *passwdp,
  /external/curl/lib/vauth/
vauth.h 61 const char *passwdp,
83 const char *passwdp,
90 const char *passwdp,
101 const char *passwdp,
114 const char *passwdp,
127 const char *passwdp,
147 const char *passwdp,
cleartext.c 64 const char *passwdp,
73 plen = strlen(passwdp);
87 memcpy(plainauth + 2 * ulen + 2, passwdp, plen);
cram.c 94 const char *passwdp,
108 (const unsigned char *) passwdp,
109 curlx_uztoui(strlen(passwdp)));
ntlm_sspi.c 58 const char *passwdp,
92 result = Curl_create_sspi_identity(userp, passwdp, &ntlm->identity);
219 const char *passwdp,
232 (void) passwdp;
ntlm.c 349 const char *passwdp,
378 (void)passwdp;
470 const char *passwdp,
550 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
604 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
623 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
630 result = Curl_ntlm_core_mk_lm_hash(data, passwdp, lmbuffer);
digest_sspi.c 68 const char *passwdp,
138 result = Curl_create_sspi_identity(userp, passwdp, &identity);
354 const char *passwdp,
392 if(Curl_create_sspi_identity(userp, passwdp, &identity))
krb5_gssapi.c 70 const char *passwdp,
89 (void) passwdp;
digest.c 330 const char *passwdp,
396 Curl_MD5_update(ctxt, (const unsigned char *) passwdp,
397 curlx_uztoui(strlen(passwdp)));
650 const char *passwdp,
697 aprintf("%s:%s:%s", userp, digest->realm, passwdp);
krb5_sspi.c 67 const char *passwdp,
119 result = Curl_create_sspi_identity(userp, passwdp, &krb5->identity);

Completed in 81 milliseconds