Searched refs:pw_lmhash (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_pwdutil.c | 633 (void) strcpy((char *)pw->pw_lmhash, SMB_PWD_DISABLE); in smb_pwd_fgetent() 645 (char *)pw->pw_lmhash, SMBAUTH_HASH_SZ); in smb_pwd_fgetent() 677 (void) strcpy((char *)smbpw->pw_lmhash, SMB_PWD_DISABLE); in smb_pwd_chgpwent() 685 *smbpw->pw_lmhash = '\0'; in smb_pwd_chgpwent() 702 *smbpw->pw_lmhash = '\0'; in smb_pwd_chgpwent() 705 (void) smb_auth_lm_hash(password, smbpw->pw_lmhash); in smb_pwd_chgpwent() 729 (void) bintohex((char *)pw->pw_lmhash, SMBAUTH_HASH_SZ, in smb_pwd_fputent() 733 (void) strcpy(hex_lmhash, (char *)pw->pw_lmhash); in smb_pwd_fputent()
|
H A D | smb_auth.c | 514 ok = smb_lm_password_ok(challenge, clen, smbpw->pw_lmhash, in smb_auth_validate_lm()
|
H A D | libsmb.h | 421 uint8_t pw_lmhash[SMBAUTH_HASH_SZ]; member
|