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

  /external/chromium_org/third_party/sqlite/src/test/
vtab3.test 25 set ::auth_log [list]
32 lappend ::auth_log $code $arg1 $arg2 $arg3 $arg4
58 set ::auth_log
65 set ::auth_log [list]
69 set ::auth_log
  /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 335 milliseconds