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

  /system/tpm/tpm_manager/server/
tpm_status.h 36 bool* lockout,
mock_tpm_status.cc 27 bool* lockout,
31 *lockout = false;
mock_tpm_status.h 36 bool* lockout,
tpm2_status_impl.cc 55 bool* lockout,
66 if (lockout) {
67 *lockout = trunks_tpm_state_->IsInLockout();
tpm2_status_test.cc 111 bool lockout; local
115 &lockout,
134 bool lockout; local
138 &lockout,
142 EXPECT_EQ(lockout, is_locked);
151 bool lockout; local
155 &lockout,
tpm_status_impl.cc 46 bool* lockout,
62 if (lockout) { *lockout = (da_info.state == TPM_DA_STATE_ACTIVE); }
tpm2_status_impl.h 42 bool* lockout,
tpm_status_impl.h 43 bool* lockout,
tpm_manager_service.cc 80 bool lockout; local
82 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout,
86 result->set_dictionary_attack_lockout_in_effect(lockout);
tpm_manager_service_test.cc 148 .WillRepeatedly(Invoke([](int* counter, int* threshold, bool* lockout,
152 *lockout = true;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 99 int lockout; // total number of lockouts field in class:FingerprintService.PerformanceStats
547 mPerformanceStats.lockout++;
550 // Failing multiple times will continue to push out the lockout time.
574 Slog.v(TAG, "In lockout mode; disallowing authentication");
609 Slog.v(TAG, "Reset fingerprint lockout");
    [all...]
  /external/pcre/dist/
pcretest.c 3005 pcre_uint8 lockout[24] = { 0 }; local
    [all...]

Completed in 124 milliseconds