Searched refs:pw_password (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-uw.c61 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd; local
64 if (strcmp(pw_password, "") == 0 && strcmp(password, "") == 0)
68 salt = (pw_password[0] && pw_password[1]) ? pw_password : "xx";
76 result = ((strcmp(bigcrypt(password, salt), pw_password) == 0)
77 || (strcmp(osr5bigcrypt(password, salt), pw_password) == 0));
81 result = (strcmp(xcrypt(password, salt), pw_password) == 0);
85 free(pw_password);
135 char *pw_password local
[all...]
H A Dxcrypt.c137 char *pw_password = pw->pw_passwd; local
143 pw_password = spw->sp_pwdp;
153 pw_password = spw->pwa_passwd;
158 pw_password = spw->ufld.fd_encrypt;
161 return pw_password;
/freebsd-11-stable/crypto/openssh/
H A Dauth-passwd.c204 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd; local
207 if (strcmp(pw_password, "") == 0 && strcmp(password, "") == 0)
214 if (authctxt->valid && pw_password[0] && pw_password[1])
215 salt = pw_password;
223 strcmp(encrypted_password, pw_password) == 0;
/freebsd-11-stable/usr.sbin/bsdconfig/password/
H A Dpassword76 echo "$pw_password" | f_eval_catch "$0" pw \
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1233 if ! echo "$pw_password" | f_eval_catch \
1240 unset pw_password # Sensitive info
1243 if ! echo "$pw_password" | f_eval_catch \
1248 unset pw_password # Sensitive info
1254 if ! echo "$pw_password" | f_eval_catch \
1260 unset pw_password # Sensitive info
1263 if ! echo "$pw_password" | f_eval_catch \
1268 unset pw_password # Sensitive info
1273 unset pw_password # Sensitive info
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c83 static char *pw_password(struct userconf * cnf, char const * user,
514 pw_password(struct userconf * cnf, char const * user, bool dryrun) function
1401 pwd->pw_passwd = pw_password(cmdcnf, pwd->pw_name, dryrun);
1748 pwd->pw_passwd = pw_password(cnf, pwd->pw_name, dryrun);

Completed in 120 milliseconds