Lines Matching refs:precrypted
154 pw_set_passwd(struct passwd *pwd, int fd, bool precrypted, bool update) in pw_set_passwd() argument
179 precrypted ? "encrypted " : "", in pw_set_passwd()
193 precrypted ? 'H' : 'h'); in pw_set_passwd()
200 if (precrypted) { in pw_set_passwd()
1193 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; in pw_user_add() local
1195 dryrun = nis = pretty = quiet = createhome = precrypted = false; in pw_user_add()
1290 precrypted = true; in pw_user_add()
1408 pw_set_passwd(pwd, fd, precrypted, false); in pw_user_add()
1527 bool precrypted; in pw_user_mod() local
1535 quiet = createhome = pretty = dryrun = nis = precrypted = false; in pw_user_mod()
1613 precrypted = true; in pw_user_mod()
1766 edited = pw_set_passwd(pwd, fd, precrypted, true); in pw_user_mod()