Searched refs:opieprompt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/opie/
H A Dopiesu.c249 char opieprompt[80]; local
400 i = opiechallenge(&opie, user, opieprompt);
401 printf("%s\n", opieprompt);
H A Dopielogin.c656 char opieprompt[OPIE_CHALLENGE_MAX + 1]; local
678 opieprompt[0] = '\0';
1098 i = opiechallenge(&opie, name, opieprompt);
1104 printf("%s\n", opieprompt);
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c180 static char opieprompt[OPIE_CHALLENGE_MAX+1]; variable
1073 if (opiechallenge(&opiedata, name, opieprompt) == 0) {
1078 opieprompt, pwok ? "requested" : "required", name);

Completed in 60 milliseconds