Home | History | Annotate | Download | only in libtelnet

Lines Matching defs:pass

62 char *user, *pass, *xuser, *xpass;
128 pass = malloc(SMALL_LEN);
133 if (user == NULL || xuser == NULL || pass == NULL || xpass ==
161 /* server received an IS -- could be SRA KEY, USER, or PASS */
215 pk_decode(xpass, pass, &ck);
218 valid = check_user(user, pass);
329 memset(pass, 0, SMALL_LEN);
330 if (telnet_gets(passprompt, pass, SMALL_LEN - 1, 0) == NULL) {
334 pk_encode(pass, xpass, &ck);
425 strncpy(buf, " PASS ", buflen);
510 const char *pass;
535 reply[i].resp = COPY_STRING(cred->pass);