Searched refs:read_password (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/lsb/ |
D | passwd.c | 87 if (read_password(toybuf, sizeof(toybuf), "New password:")) in new_password() 92 if (read_password(toybuf, sizeof(toybuf), "Retype password:")) { in new_password() 146 if (read_password(toybuf, sizeof(toybuf), "Origial password:")) { in passwd_main()
|
D | su.c | 59 if (read_password(toybuf, sizeof(toybuf), "Password: ")) goto deny; in su_main()
|
/external/toybox/lib/ |
D | pending.h | 5 int read_password(char * buff, int buflen, char* mesg);
|
D | password.c | 52 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: "))
|
D | login.c | 102 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()
|