Home
last modified time | relevance | path

Searched refs:auth_log (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2.c261 auth_log(authctxt, 0, method, " ssh2"); in input_userauth_request()
338 auth_log(authctxt, 0, method, " ssh2"); in userauth_finish()
342 auth_log(authctxt, authenticated, method, " ssh2"); in userauth_finish()
H A Dauth1.c96 auth_log(authctxt, 1, "without authentication", ""); in do_authloop()
366 auth_log(authctxt, authenticated, get_authname(type), info); in do_authloop()
H A Dauth.c245 auth_log(Authctxt *authctxt, int authenticated, char *method, char *info) in auth_log() function
/titanic_44/usr/src/cmd/ssh/include/
H A Dauth.h265 void auth_log(Authctxt *, int, char *, char *);