Lines Matching defs:password
64 { "hide-password", o_bool, &hide_password,
66 { "show-password", o_bool, &hide_password,
67 "Show password string in debug log messages", OPT_PRIOSUB | 0 },
155 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) {
157 if(!user || !password)
160 /* Save the username and password we're given */
163 pcb->upap.us_passwd = password;
164 pcb->upap.us_passwdlen = (u8_t)LWIP_MIN(strlen(password), 0xff);
408 * Check the username and password given.
639 printer(arg, " password=");