Searched refs:lockout (Results 1 – 14 of 14) sorted by relevance
/system/tpm/tpm_manager/server/ |
D | tpm2_status_test.cc | 101 bool lockout; in TEST_F() local 104 &count, &threshold, &lockout, &seconds_remaining)); in TEST_F() 121 bool lockout; in TEST_F() local 123 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout, in TEST_F() 127 EXPECT_EQ(lockout, is_locked); in TEST_F() 136 bool lockout; in TEST_F() local 138 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout, in TEST_F()
|
D | tpm2_status_impl.cc | 50 bool* lockout, in GetDictionaryAttackInfo() argument 61 if (lockout) { in GetDictionaryAttackInfo() 62 *lockout = trunks_tpm_state_->IsInLockout(); in GetDictionaryAttackInfo()
|
D | mock_tpm_status.cc | 27 bool* lockout, in GetDefaultDictionaryAttackInfo() argument 31 *lockout = false; in GetDefaultDictionaryAttackInfo()
|
D | tpm_status_impl.cc | 46 bool* lockout, in GetDictionaryAttackInfo() argument 66 if (lockout) { in GetDictionaryAttackInfo() 67 *lockout = (da_info.state == TPM_DA_STATE_ACTIVE); in GetDictionaryAttackInfo()
|
D | tpm_status.h | 36 bool* lockout,
|
D | mock_tpm_status.h | 36 bool* lockout,
|
D | tpm_status_impl.h | 43 bool* lockout,
|
D | tpm2_status_impl.h | 41 bool* lockout,
|
D | tpm_manager_service.cc | 82 bool lockout; in GetTpmStatusTask() local 84 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout, in GetTpmStatusTask() 88 reply->set_dictionary_attack_lockout_in_effect(lockout); in GetTpmStatusTask()
|
D | tpm_manager_service_test.cc | 142 .WillRepeatedly(Invoke([](int* counter, int* threshold, bool* lockout, in TEST_F() 146 *lockout = true; in TEST_F()
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 218 // Whether the TPM is in some form of dictionary attack lockout. 220 // The number of seconds remaining in the lockout.
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 1399 password, then the TPM is not in lockout (TPM_RC_LOCKOUT). 1810 are not allowed at this time because the TPM is in DA lockout mode. The remedy 26682 // Set storage, endorsement and lockout authValue to null 26978 This command allows the authorization secret for a hierarchy or lockout to be changed using the cur… 27229 The count of failed attempts, the lockout interval, and self-healing interval are settable using 27230 TPM2_DictionaryAttackParameters(). The lockout parameters and the current value of the lockout 27239 This command cancels the effect of a TPM lockout due to a number of successive authorization failur… 27240 If this command is properly authorized, the lockout counter is set to zero. 27401 This command changes the lockout parameters. 27410 failures will not cause the TPM to enter lockout. [all …]
|
D | raw_structures_fixed.txt | 4899 (this failure does not affect lockout.action) 5480 DA lockout mode 6817 the current value of the lockout counter (failedTries) 6823 the number of authorization failures before DA lockout is 7564 attack lockout reset 8436 authorization of the object is not blocked if the TPM is in lockout. 8966 SET (1): The TPM is in lockout and commands that require authorization with other
|
D | raw_structures.txt | 4905 (this failure does not affect lockout.action) 5486 DA lockout mode 6792 the current value of the lockout counter (failedTries) 6798 the number of authorization failures before DA lockout is 7537 attack lockout reset 8408 authorization of the object is not blocked if the TPM is in lockout. 8938 SET (1): The TPM is in lockout and commands that require authorization with other
|