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

  /external/openssh/openbsd-compat/
port-aix.c 176 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);
226 if (authmsg != NULL)
227 xfree(authmsg);
  /external/openssh/
auth.c 257 char *authmsg; local
270 authmsg = "Postponed";
272 authmsg = authenticated ? "Accepted" : "Failed";
275 authmsg,

Completed in 600 milliseconds