HomeSort by relevance Sort by last modified time
    Searched refs:auth_log (Results 1 - 5 of 5) sorted by null

  /external/openssh/
auth1.c 266 auth_log(authctxt, 1, "without authentication", "");
365 auth_log(authctxt, authenticated, get_authname(type), info);
auth.h 145 void auth_log(Authctxt *, int, char *, char *);
auth2.c 333 auth_log(authctxt, authenticated, method, " ssh2");
auth.c 254 auth_log(Authctxt *authctxt, int authenticated, char *method, char *info) function
monitor.c 406 auth_log(authctxt, authenticated, auth_method,
1186 auth_log(authctxt, 0, auth_method, compat20 ? " ssh2" : "");
    [all...]

Completed in 35 milliseconds