Searched refs:auth_log (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth2.c | 261 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 D | auth1.c | 96 auth_log(authctxt, 1, "without authentication", ""); in do_authloop() 366 auth_log(authctxt, authenticated, get_authname(type), info); in do_authloop()
|
H A D | auth.c | 245 auth_log(Authctxt *authctxt, int authenticated, char *method, char *info) in auth_log() function
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | auth.h | 265 void auth_log(Authctxt *, int, char *, char *);
|