Searched refs:authmsg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/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);
/freebsd-10-stable/crypto/openssh/
H A Dauth.c283 char *authmsg; local
296 authmsg = "Postponed";
298 authmsg = "Partial";
300 authmsg = authenticated ? "Accepted" : "Failed";
303 authmsg,

Completed in 114 milliseconds