/system/tpm/tpm_manager/server/ |
tpm2_status_test.cc | 101 bool lockout; local 104 &count, &threshold, &lockout, &seconds_remaining)); 121 bool lockout; local 123 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout, 127 EXPECT_EQ(lockout, is_locked); 136 bool lockout; local 138 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
|
tpm_manager_service.cc | 82 bool lockout; local 84 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout, 88 reply->set_dictionary_attack_lockout_in_effect(lockout);
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
FingerprintService.java | 110 int lockout; // total number of lockouts field in class:FingerprintService.PerformanceStats [all...] |