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

  /external/dropbear/
auth.h 85 unsigned int failcount; /* Number of (failed) authentication attempts.*/ member in struct:AuthState
svr-auth.c 44 ses.authstate.failcount = 0;
49 /* Reset the auth state, but don't reset the failcount. This is for if the
329 ses.authstate.failcount++;
332 if (ses.authstate.failcount >= MAX_AUTH_TRIES) {
svr-session.c 144 ses.authstate.printableuser, ses.authstate.failcount, format);
cli-auth.c 180 ses.authstate.failcount++;
  /external/grub/netboot/
3c509.c 390 int failcount; local
399 for (failcount = 0; failcount < 4000; failcount++) {

Completed in 360 milliseconds