Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c373 samr_fill_userpw(struct samr_user_password *upw, const char *new_pw) in samr_fill_userpw() argument
384 (void) memset(upw->Buffer, '*', sizeof (upw->Buffer)); in samr_fill_userpw()
386 randomize((char *)upw->Buffer, sizeof (upw->Buffer)); in samr_fill_userpw()
400 pbuf = &upw->Buffer[SAMR_USER_PWLEN - pwlen_wchars]; in samr_fill_userpw()
404 upw->Length = htolel(pwlen_bytes); in samr_fill_userpw()