Home
last modified time | relevance | path

Searched refs:NtLmSecureHash (Results 1 – 21 of 21) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DSam.c616 if (IsZero(auth->NtLmSecureHash, MD5_SIZE)) in SamAuthUserByPassword()
630 MsChapV2Client_GenerateResponse(client_response, challenge8, auth->NtLmSecureHash); in SamAuthUserByPassword()
638 GenerateNtPasswordHashHash(nt_pw_hash_hash, auth->NtLmSecureHash); in SamAuthUserByPassword()
H A DAccount.c713 GenerateNtPasswordHash(pw->NtLmSecureHash, password); in NewPasswordAuthData()
733 Copy(pw->NtLmSecureHash, ntlm_secure_hash, MD5_SIZE); in NewPasswordAuthDataRaw()
827 if (IsZero(pw_new->NtLmSecureHash, MD5_SIZE)) in SetUserAuthData()
829 Copy(pw_new->NtLmSecureHash, pw_old->NtLmSecureHash, MD5_SIZE); in SetUserAuthData()
H A DAccount.h207 UCHAR NtLmSecureHash[MD5_SIZE]; // Encrypted password for the NTLM member
H A DServer.c4297 if (IsZero(password->NtLmSecureHash, sizeof(password->NtLmSecureHash)) == false) in SiWriteUserCfg()
4299 … CfgAddByte(f, "AuthNtLmSecureHash", password->NtLmSecureHash, sizeof(password->NtLmSecureHash)); in SiWriteUserCfg()
H A DAdmin.c13543 PackGetData2(p, "NtLmSecureHash", pw->NtLmSecureHash, sizeof(pw->NtLmSecureHash)); in InRpcAuthData()
13550 GenerateNtPasswordHash(pw->NtLmSecureHash, plain_pw); in InRpcAuthData()
13621 PackAddData(p, "NtLmSecureHash", pw->NtLmSecureHash, sizeof(pw->NtLmSecureHash)); in OutRpcAuthData()
H A DProtocol.c1815 … if (Cmp(pw->HashedKey, new_password, SHA1_SIZE) != 0 || IsZero(pw->NtLmSecureHash, MD5_SIZE)) in ChangePasswordAccept()
1818 Copy(pw->NtLmSecureHash, new_password_ntlm, MD5_SIZE); in ChangePasswordAccept()
H A DSM.c14176 GenerateNtPasswordHash(((AUTHPASSWORD *)u->AuthData)->NtLmSecureHash, tmp1); in SmEditUserDlgUpdate()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSam.c616 if (IsZero(auth->NtLmSecureHash, MD5_SIZE)) in SamAuthUserByPassword()
630 MsChapV2Client_GenerateResponse(client_response, challenge8, auth->NtLmSecureHash); in SamAuthUserByPassword()
638 GenerateNtPasswordHashHash(nt_pw_hash_hash, auth->NtLmSecureHash); in SamAuthUserByPassword()
H A DAccount.c713 GenerateNtPasswordHash(pw->NtLmSecureHash, password); in NewPasswordAuthData()
733 Copy(pw->NtLmSecureHash, ntlm_secure_hash, MD5_SIZE); in NewPasswordAuthDataRaw()
827 if (IsZero(pw_new->NtLmSecureHash, MD5_SIZE)) in SetUserAuthData()
829 Copy(pw_new->NtLmSecureHash, pw_old->NtLmSecureHash, MD5_SIZE); in SetUserAuthData()
H A DAccount.h207 UCHAR NtLmSecureHash[MD5_SIZE]; // Encrypted password for the NTLM member
H A DServer.c4297 if (IsZero(password->NtLmSecureHash, sizeof(password->NtLmSecureHash)) == false) in SiWriteUserCfg()
4299 … CfgAddByte(f, "AuthNtLmSecureHash", password->NtLmSecureHash, sizeof(password->NtLmSecureHash)); in SiWriteUserCfg()
H A DAdmin.c13543 PackGetData2(p, "NtLmSecureHash", pw->NtLmSecureHash, sizeof(pw->NtLmSecureHash)); in InRpcAuthData()
13550 GenerateNtPasswordHash(pw->NtLmSecureHash, plain_pw); in InRpcAuthData()
13621 PackAddData(p, "NtLmSecureHash", pw->NtLmSecureHash, sizeof(pw->NtLmSecureHash)); in OutRpcAuthData()
H A DProtocol.c1815 … if (Cmp(pw->HashedKey, new_password, SHA1_SIZE) != 0 || IsZero(pw->NtLmSecureHash, MD5_SIZE)) in ChangePasswordAccept()
1818 Copy(pw->NtLmSecureHash, new_password_ntlm, MD5_SIZE); in ChangePasswordAccept()
H A DSM.c14176 GenerateNtPasswordHash(((AUTHPASSWORD *)u->AuthData)->NtLmSecureHash, tmp1); in SmEditUserDlgUpdate()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DAccount.c589 GenerateNtPasswordHash(pw->NtLmSecureHash, password); in NewPasswordAuthData()
609 Copy(pw->NtLmSecureHash, ntlm_secure_hash, MD5_SIZE); in NewPasswordAuthDataRaw()
703 if (IsZero(pw_new->NtLmSecureHash, MD5_SIZE)) in SetUserAuthData()
705 Copy(pw_new->NtLmSecureHash, pw_old->NtLmSecureHash, MD5_SIZE); in SetUserAuthData()
H A DSam.c942 if (IsZero(auth->NtLmSecureHash, MD5_SIZE)) in SamAuthUserByPassword()
956 MsChapV2Client_GenerateResponse(client_response, challenge8, auth->NtLmSecureHash); in SamAuthUserByPassword()
964 GenerateNtPasswordHashHash(nt_pw_hash_hash, auth->NtLmSecureHash); in SamAuthUserByPassword()
H A DAccount.h115 UCHAR NtLmSecureHash[MD5_SIZE]; // Encrypted password for the NTLM member
H A DServer.c4083 if (IsZero(password->NtLmSecureHash, sizeof(password->NtLmSecureHash)) == false) in SiWriteUserCfg()
4085 … CfgAddByte(f, "AuthNtLmSecureHash", password->NtLmSecureHash, sizeof(password->NtLmSecureHash)); in SiWriteUserCfg()
H A DProtocol.c939 … if (Cmp(pw->HashedKey, new_password, SHA1_SIZE) != 0 || IsZero(pw->NtLmSecureHash, MD5_SIZE)) in ChangePasswordAccept()
942 Copy(pw->NtLmSecureHash, new_password_ntlm, MD5_SIZE); in ChangePasswordAccept()
H A DAdmin.c14142 PackGetData2(p, "NtLmSecureHash", pw->NtLmSecureHash, sizeof(pw->NtLmSecureHash)); in InRpcAuthData()
14149 GenerateNtPasswordHash(pw->NtLmSecureHash, plain_pw); in InRpcAuthData()
14219 PackAddData(p, "NtLmSecureHash", pw->NtLmSecureHash, sizeof(pw->NtLmSecureHash)); in OutRpcAuthData()
H A DSM.c14043 GenerateNtPasswordHash(((AUTHPASSWORD *)u->AuthData)->NtLmSecureHash, tmp1); in SmEditUserDlgUpdate()