Searched refs:auth_log (Results 1 - 5 of 5) sorted by path

/freebsd-9.3-release/crypto/openssh/
H A Dauth.c275 auth_log(Authctxt *authctxt, int authenticated, int partial, function
H A Dauth.h63 char *info; /* Extra info for next auth_log */
156 void auth_log(Authctxt *, int, int, const char *, const char *);
H A Dauth1.c255 auth_log(authctxt, 1, 0, "without authentication",
354 auth_log(authctxt, authenticated, 0, get_authname(type), NULL);
H A Dauth2.c351 auth_log(authctxt, authenticated, partial, method, submethod);
H A Dmonitor.c412 auth_log(authctxt, authenticated, partial,
1198 auth_log(authctxt, 0, 0, auth_method, NULL);

Completed in 110 milliseconds