Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c547 smbpw->pw_nthash, nt_resp, nt_len, in smb_auth_validate()
560 ok = smb_ntlm_password_ok(challenge, smbpw->pw_nthash, in smb_auth_validate()
576 (void) smb_auth_md4(session_key, smbpw->pw_nthash, in smb_auth_validate()
578 ok = smb_lmv2_password_ok(challenge, smbpw->pw_nthash, in smb_auth_validate()
H A Dsmb_pwdutil.c646 (void) strcpy((char *)pw->pw_nthash, SMB_PWD_DISABLE); in smb_pwd_fgetent()
667 (char *)pw->pw_nthash, SMBAUTH_HASH_SZ); in smb_pwd_fgetent()
690 (void) strcpy((char *)smbpw->pw_nthash, SMB_PWD_DISABLE); in smb_pwd_chgpwent()
698 *smbpw->pw_nthash = '\0'; in smb_pwd_chgpwent()
721 (void) smb_auth_ntlm_hash(password, smbpw->pw_nthash); in smb_pwd_chgpwent()
749 (void) bintohex((char *)pw->pw_nthash, SMBAUTH_HASH_SZ, in smb_pwd_fputent()
753 (void) strcpy(hex_nthash, (char *)pw->pw_nthash); in smb_pwd_fputent()
H A Dlibsmb.h463 uint8_t pw_nthash[SMBAUTH_HASH_SZ]; member