Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c62 char *new_pw_clear,
261 char *new_pw_clear) in netr_set_user_password() argument
270 samr_make_encrypted_password(&info.encr_pw, new_pw_clear, ssn_key); in netr_set_user_password()
289 char *new_pw_clear) in netr_change_password() argument
312 (void) smb_auth_ntlm_hash(new_pw_clear, new_nt_hash); in netr_change_password()
313 samr_make_encrypted_password(&epw, new_pw_clear, old_nt_hash); in netr_change_password()
342 char *new_pw_clear, in samr_make_encrypted_password() argument
350 samr_fill_userpw(&pwu.u, new_pw_clear); in samr_make_encrypted_password()
H A Dsamlib.h149 char *new_pw_clear);