Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c645 (void) strcpy((char *)pw->pw_lmhash, SMB_PWD_DISABLE); in smb_pwd_fgetent()
657 (char *)pw->pw_lmhash, SMBAUTH_HASH_SZ); in smb_pwd_fgetent()
689 (void) strcpy((char *)smbpw->pw_lmhash, SMB_PWD_DISABLE); in smb_pwd_chgpwent()
697 *smbpw->pw_lmhash = '\0'; in smb_pwd_chgpwent()
714 *smbpw->pw_lmhash = '\0'; in smb_pwd_chgpwent()
717 (void) smb_auth_lm_hash(password, smbpw->pw_lmhash); in smb_pwd_chgpwent()
741 (void) bintohex((char *)pw->pw_lmhash, SMBAUTH_HASH_SZ, in smb_pwd_fputent()
745 (void) strcpy(hex_lmhash, (char *)pw->pw_lmhash); in smb_pwd_fputent()
H A Dsmb_auth.c582 ok = smb_lm_password_ok(challenge, smbpw->pw_lmhash, lm_resp); in smb_auth_validate()
H A Dlibsmb.h462 uint8_t pw_lmhash[SMBAUTH_HASH_SZ]; member