Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dport-aix.c179 char *authmsg = NULL, *msg = NULL, *name = ctxt->pw->pw_name; in sys_auth_passwd() local
184 &authmsg); in sys_auth_passwd()
185 aix_remove_embedded_newlines(authmsg); in sys_auth_passwd()
187 authmsg); in sys_auth_passwd()
231 free(authmsg); in sys_auth_passwd()
/freebsd/crypto/openssh/
H A Dauth.c272 const char *authmsg; in auth_log() local
286 authmsg = "Postponed"; in auth_log()
288 authmsg = "Partial"; in auth_log()
290 authmsg = authenticated ? "Accepted" : "Failed"; in auth_log()
301 authmsg, in auth_log()