Home
last modified time | relevance | path

Searched refs:lockout (Results 1 – 14 of 14) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm2_status_test.cc101 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()
Dtpm2_status_impl.cc50 bool* lockout, in GetDictionaryAttackInfo() argument
61 if (lockout) { in GetDictionaryAttackInfo()
62 *lockout = trunks_tpm_state_->IsInLockout(); in GetDictionaryAttackInfo()
Dmock_tpm_status.cc27 bool* lockout, in GetDefaultDictionaryAttackInfo() argument
31 *lockout = false; in GetDefaultDictionaryAttackInfo()
Dtpm_status_impl.cc46 bool* lockout, in GetDictionaryAttackInfo() argument
66 if (lockout) { in GetDictionaryAttackInfo()
67 *lockout = (da_info.state == TPM_DA_STATE_ACTIVE); in GetDictionaryAttackInfo()
Dtpm_status.h36 bool* lockout,
Dmock_tpm_status.h36 bool* lockout,
Dtpm_status_impl.h43 bool* lockout,
Dtpm2_status_impl.h41 bool* lockout,
Dtpm_manager_service.cc82 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()
Dtpm_manager_service_test.cc142 .WillRepeatedly(Invoke([](int* counter, int* threshold, bool* lockout, in TEST_F()
146 *lockout = true; in TEST_F()
/system/tpm/tpm_manager/common/
Dtpm_manager.proto218 // Whether the TPM is in some form of dictionary attack lockout.
220 // The number of seconds remaining in the lockout.
/system/tpm/trunks/generator/
Draw_commands_fixed.txt1399 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 …]
Draw_structures_fixed.txt4899 (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
Draw_structures.txt4905 (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