Home
last modified time | relevance | path

Searched refs:pw (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcurl_ntlm_core.c356 unsigned char pw[14]; in Curl_ntlm_core_mk_lm_hash() local
365 memset(&pw[len], 0, 14 - len); in Curl_ntlm_core_mk_lm_hash()
373 setup_des_key(pw, DESKEY(ks)); in Curl_ntlm_core_mk_lm_hash()
377 setup_des_key(pw + 7, DESKEY(ks)); in Curl_ntlm_core_mk_lm_hash()
382 setup_des_key(pw, &des); in Curl_ntlm_core_mk_lm_hash()
384 setup_des_key(pw + 7, &des); in Curl_ntlm_core_mk_lm_hash()
388 encrypt_des(magic, lmbuffer, pw); in Curl_ntlm_core_mk_lm_hash()
430 unsigned char *pw; in Curl_ntlm_core_mk_nt_hash() local
435 if(!pw) in Curl_ntlm_core_mk_nt_hash()
438 ascii_to_unicode_le(pw, password, len); in Curl_ntlm_core_mk_nt_hash()
[all …]
H A Dnetrc.c300 struct passwd pw, *pw_res; in Curl_parsenetrc() local
301 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) in Curl_parsenetrc()
303 home = pw.pw_dir; in Curl_parsenetrc()
308 struct passwd *pw; in Curl_parsenetrc() local
309 pw = getpwuid(geteuid()); in Curl_parsenetrc()
310 if(pw) { in Curl_parsenetrc()
311 home = pw->pw_dir; in Curl_parsenetrc()
/curl/src/
H A Dtool_findfile.c148 struct passwd *pw = getpwuid(geteuid()); in findfile() local
149 if(pw) { in findfile()
150 char *home = pw->pw_dir; in findfile()

Completed in 8 milliseconds