current_salt 496 lib/replace/crypt.c static unsigned char current_salt[3] = "&&"; /* invalid value */ current_salt 507 lib/replace/crypt.c if(s2[0] == current_salt[0] && s2[1] == current_salt[1]) current_salt 509 lib/replace/crypt.c current_salt[0] = s2[0]; current_salt[1] = s2[1]; current_salt 1056 source3/smbd/chgpasswd.c const uchar *current_salt = &pwhistory[i*PW_HISTORY_ENTRY_LEN]; current_salt 1064 source3/smbd/chgpasswd.c E_md5hash(current_salt, new_nt_p16, new_nt_pw_salted_md5_hash);