new_nt_p16 981 source3/passdb/pdb_get_set.c uchar new_nt_p16[NT_HASH_LEN];
new_nt_p16 987 source3/passdb/pdb_get_set.c E_md4hash(plaintext, new_nt_p16);
new_nt_p16 989 source3/passdb/pdb_get_set.c if (!pdb_set_nt_passwd (sampass, new_nt_p16, PDB_CHANGED))
new_nt_p16 1062 source3/passdb/pdb_get_set.c E_md5hash(pwhistory, new_nt_p16, &pwhistory[PW_HISTORY_SALT_LEN]);
new_nt_p16 1018 source3/smbd/chgpasswd.c uchar new_nt_p16[NT_HASH_LEN];
new_nt_p16 1042 source3/smbd/chgpasswd.c E_md4hash(plaintext, new_nt_p16);
new_nt_p16 1044 source3/smbd/chgpasswd.c if (!memcmp(nt_pw, new_nt_p16, NT_HASH_LEN)) {
new_nt_p16 1050 source3/smbd/chgpasswd.c dump_data(100, new_nt_p16, NT_HASH_LEN);
new_nt_p16 1064 source3/smbd/chgpasswd.c E_md5hash(current_salt, new_nt_p16, new_nt_pw_salted_md5_hash);