Searched refs:GetDictionaryAttackInfo (Results 1 – 10 of 10) sorted by relevance
/system/tpm/tpm_manager/server/ |
D | tpm2_status_test.cc | 113 EXPECT_FALSE(tpm_status_->GetDictionaryAttackInfo(&count, in TEST_F() 136 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, in TEST_F() 153 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, in TEST_F()
|
D | tpm_status.h | 34 virtual bool GetDictionaryAttackInfo(int* counter,
|
D | mock_tpm_status.h | 33 MOCK_METHOD4(GetDictionaryAttackInfo,
|
D | mock_tpm_status.cc | 39 ON_CALL(*this, GetDictionaryAttackInfo(_, _, _, _)) in MockTpmStatus()
|
D | tpm_status_impl.h | 41 bool GetDictionaryAttackInfo(int* counter,
|
D | tpm2_status_impl.h | 40 bool GetDictionaryAttackInfo(int* counter,
|
D | tpm2_status_impl.cc | 53 bool Tpm2StatusImpl::GetDictionaryAttackInfo(int* counter, in GetDictionaryAttackInfo() function in tpm_manager::Tpm2StatusImpl
|
D | tpm_status_impl.cc | 44 bool TpmStatusImpl::GetDictionaryAttackInfo(int* counter, in GetDictionaryAttackInfo() function in tpm_manager::TpmStatusImpl
|
D | tpm_manager_service_test.cc | 147 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _)) in TEST_F() 198 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _)) in TEST_F()
|
D | tpm_manager_service.cc | 82 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout, in GetTpmStatusTask()
|