Searched refs:read_password (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/lsb/ |
D | passwd.c | 93 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()
|
D | su.c | 64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) goto deny;
|
/external/toybox/lib/ |
D | pending.h | 5 int read_password(char * buff, int buflen, char* mesg);
|
D | password.c | 50 int read_password(char *buf, int buflen, char *mesg) in read_password() function
|
/external/toybox/toys/other/ |
D | mkpasswd.c | 64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) in mkpasswd_main()
|
D | login.c | 87 if (!read_password(toybuf, sizeof(toybuf), "Password: ")) { in login_main()
|
/external/toybox/toys/pending/ |
D | sulogin.c | 55 ret = read_password(toybuf, sizeof(toybuf), s); in validate_password()
|