Searched refs:pw_lmhash (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_pwdutil.c89 smbpw.pw_usr, smbpw.pw_lmhash, smbpw.pw_nthash);
388 (char *)pw->pw_lmhash, SMBAUTH_HASH_SZ);
416 (void) bintohex((char *)pw->pw_lmhash, SMBAUTH_HASH_SZ,
H A Dsmbfs_door.c173 (void) bcopy(lm, pwdinfo->pw_lmhash, lm_sz);
208 (nvlist_add_uint8_array(nvl, "lm", pwdinfop->pw_lmhash,
H A Dsmbfs_lib.h195 uchar_t pw_lmhash[NTLM_HASH_SZ]; /* LanMan p/w hash */ member in struct:smbfs_passwd
H A Dsmbfs_keychain.c179 (void) memcpy(pwdinfo.pw_lmhash, lmhash, SMBIOC_HASH_SZ);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c593 (void) strcpy((char *)pw->pw_lmhash, SMB_PWD_DISABLE);
605 (char *)pw->pw_lmhash, SMBAUTH_HASH_SZ);
637 (void) strcpy((char *)smbpw->pw_lmhash, SMB_PWD_DISABLE);
645 *smbpw->pw_lmhash = '\0';
662 *smbpw->pw_lmhash = '\0';
665 (void) smb_auth_lm_hash(password, smbpw->pw_lmhash);
689 (void) bintohex((char *)pw->pw_lmhash, SMBAUTH_HASH_SZ,
693 (void) strcpy(hex_lmhash, (char *)pw->pw_lmhash);
H A Dlibsmb.h646 uint8_t pw_lmhash[SMBAUTH_HASH_SZ]; member in struct:smb_passwd
H A Dsmb_auth.c812 ok = smb_lm_password_ok(challenge, clen, smbpw->pw_lmhash,

Completed in 36 milliseconds