Home
last modified time | relevance | path

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

/external/openssh/
Dauth1.c258 auth_log(authctxt, 1, 0, "without authentication", in do_authloop()
357 auth_log(authctxt, authenticated, 0, get_authname(type), NULL); in do_authloop()
Dauth.h164 void auth_log(Authctxt *, int, int, const char *, const char *);
Dauth2.c321 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish()
Dauth.c274 auth_log(Authctxt *authctxt, int authenticated, int partial, in auth_log() function
Dmonitor.c405 auth_log(authctxt, authenticated, partial, in monitor_child_preauth()
1274 auth_log(authctxt, 0, 0, auth_method, NULL); in mm_answer_keyallowed()