Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c293 uint8_t old_nt_hash[SAMR_PWHASH_LEN]; in netr_change_password() local
311 (void) smb_auth_ntlm_hash(old_pw_clear, old_nt_hash); in netr_change_password()
313 samr_make_encrypted_password(&epw, new_pw_clear, old_nt_hash); in netr_change_password()
317 old_nt_hash, SAMR_PWHASH_LEN); in netr_change_password()
327 (void) memset(old_nt_hash, 0, sizeof (old_nt_hash)); in netr_change_password()