Home
last modified time | relevance | path

Searched refs:plain_pw (Results 1 – 4 of 4) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/auth/
H A Ddce.c61 sudo_dce_verify(struct passwd *pw, char *plain_pw, sudo_auth *auth, struct sudo_conv_callback *call… in sudo_dce_verify() argument
84 password_rec.key.tagged_union.plain = (idl_char *) plain_pw; in sudo_dce_verify()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DAdmin.c13525 char plain_pw[MAX_SIZE]; in InRpcAuthData() local
13545 if (PackGetStr(p, "Auth_Password", plain_pw, sizeof(plain_pw))) in InRpcAuthData()
13549 HashPassword(pw->HashedKey, username, plain_pw); in InRpcAuthData()
13550 GenerateNtPasswordHash(pw->NtLmSecureHash, plain_pw); in InRpcAuthData()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DAdmin.c13525 char plain_pw[MAX_SIZE]; in InRpcAuthData() local
13545 if (PackGetStr(p, "Auth_Password", plain_pw, sizeof(plain_pw))) in InRpcAuthData()
13549 HashPassword(pw->HashedKey, username, plain_pw); in InRpcAuthData()
13550 GenerateNtPasswordHash(pw->NtLmSecureHash, plain_pw); in InRpcAuthData()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DAdmin.c14124 char plain_pw[MAX_SIZE]; in InRpcAuthData() local
14144 if (PackGetStr(p, "Auth_Password", plain_pw, sizeof(plain_pw))) in InRpcAuthData()
14148 HashPassword(pw->HashedKey, username, plain_pw); in InRpcAuthData()
14149 GenerateNtPasswordHash(pw->NtLmSecureHash, plain_pw); in InRpcAuthData()