Home
last modified time | relevance | path

Searched refs:read_password (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dpasswd.c93 if (read_password(toybuf+2048, 2048, "Old password:")) return; in passwd_main()
98 if (read_password(toybuf, 2048, "New password:")) return; in passwd_main()
101 if (read_password(toybuf+2048, 2048, "Retype password:")) return; in passwd_main()
H A Dsu.c64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) goto deny; in su_main()
/third_party/toybox/lib/
H A Dpending.h5 int read_password(char * buff, int buflen, char* mesg);
H A Dpassword.c50 int read_password(char *buf, int buflen, char *mesg) in read_password() function
/third_party/toybox/toys/other/
H A Dmkpasswd.c54 // Because read_password() doesn't have an fd argument in mkpasswd_main()
64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) in mkpasswd_main()
H A Dlogin.c87 if (!read_password(toybuf, sizeof(toybuf), "Password: ")) { in login_main()
/third_party/toybox/toys/pending/
H A Dchsh.c50 if (read_password(toybuf, sizeof(toybuf), "Password: ")) perror_exit("woaj"); //xexit(); in chsh_main()
H A Dsulogin.c55 ret = read_password(toybuf, sizeof(toybuf), s); in validate_password()

Completed in 2 milliseconds