Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c368 samr_fill_userpw(struct samr_user_password *upw, const char *new_pw) in samr_fill_userpw() argument
379 (void) memset(upw->Buffer, '*', sizeof (upw->Buffer)); in samr_fill_userpw()
381 randomize((char *)upw->Buffer, sizeof (upw->Buffer)); in samr_fill_userpw()
395 pbuf = &upw->Buffer[SAMR_USER_PWLEN - pwlen_wchars]; in samr_fill_userpw()
399 upw->Length = htolel(pwlen_bytes); in samr_fill_userpw()