Searched refs:auth_log (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | auth1.c | 258 auth_log(authctxt, 1, 0, "without authentication", in do_authloop() 357 auth_log(authctxt, authenticated, 0, get_authname(type), NULL); in do_authloop()
|
D | auth.h | 164 void auth_log(Authctxt *, int, int, const char *, const char *);
|
D | auth2.c | 321 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish()
|
D | auth.c | 274 auth_log(Authctxt *authctxt, int authenticated, int partial, in auth_log() function
|
D | monitor.c | 405 auth_log(authctxt, authenticated, partial, in monitor_child_preauth() 1274 auth_log(authctxt, 0, 0, auth_method, NULL); in mm_answer_keyallowed()
|