Searched refs:next_allowed_auth_attempt_time_ (Results 1 – 2 of 2) sorted by relevance
47 next_allowed_auth_attempt_time_(0), in GaiaAuthenticator()134 if (now > next_allowed_auth_attempt_time_) { in AuthenticateImpl()135 next_allowed_auth_attempt_time_ = now + 1; in AuthenticateImpl()138 if (now - next_allowed_auth_attempt_time_ > 2 * 60) { in AuthenticateImpl()147 next_allowed_auth_attempt_time_ = now + delay_; in AuthenticateImpl()
291 __time32_t next_allowed_auth_attempt_time_; variable293 time_t next_allowed_auth_attempt_time_; variable