Searched refs:authmsg (Results 1 - 2 of 2) sorted by last modified time

/freebsd-9.3-release/crypto/openssh/
H A Dauth.c279 char *authmsg; local
292 authmsg = "Postponed";
294 authmsg = "Partial";
296 authmsg = authenticated ? "Accepted" : "Failed";
299 authmsg,
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-aix.c176 char *authmsg = NULL, *msg = NULL, *name = ctxt->pw->pw_name; local
181 &authmsg);
182 aix_remove_embedded_newlines(authmsg);
183 debug3("AIX/authenticate result %d, authmsg %.100s", result,
184 authmsg);
225 free(authmsg);

Completed in 59 milliseconds