Searched refs:SMB_PWF_LM (Results 1 – 3 of 3) sorted by relevance
653 pw->pw_flags |= SMB_PWF_LM; in smb_pwd_fgetent()685 smbpw->pw_flags &= ~(SMB_PWF_LM | SMB_PWF_NT); in smb_pwd_chgpwent()693 smbpw->pw_flags &= ~(SMB_PWF_LM | SMB_PWF_NT); in smb_pwd_chgpwent()707 smbpw->pw_flags &= ~SMB_PWF_LM; in smb_pwd_chgpwent()710 smbpw->pw_flags |= SMB_PWF_LM; in smb_pwd_chgpwent()734 if ((pw->pw_flags & SMB_PWF_LM) == SMB_PWF_LM) { in smb_pwd_fputent()
434 #define SMB_PWF_LM 0x01 /* LM hash is present */ macro
575 if ((smbpw->pw_flags & (SMB_PWF_LM | SMB_PWF_NT)) == 0) { in smb_token_auth_local()