Home
last modified time | relevance | path

Searched refs:GetDictionaryAttackInfo (Results 1 – 10 of 10) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm2_status_test.cc113 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()
Dtpm_status.h34 virtual bool GetDictionaryAttackInfo(int* counter,
Dmock_tpm_status.h33 MOCK_METHOD4(GetDictionaryAttackInfo,
Dmock_tpm_status.cc39 ON_CALL(*this, GetDictionaryAttackInfo(_, _, _, _)) in MockTpmStatus()
Dtpm_status_impl.h41 bool GetDictionaryAttackInfo(int* counter,
Dtpm2_status_impl.h40 bool GetDictionaryAttackInfo(int* counter,
Dtpm2_status_impl.cc53 bool Tpm2StatusImpl::GetDictionaryAttackInfo(int* counter, in GetDictionaryAttackInfo() function in tpm_manager::Tpm2StatusImpl
Dtpm_status_impl.cc44 bool TpmStatusImpl::GetDictionaryAttackInfo(int* counter, in GetDictionaryAttackInfo() function in tpm_manager::TpmStatusImpl
Dtpm_manager_service_test.cc147 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _)) in TEST_F()
198 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _)) in TEST_F()
Dtpm_manager_service.cc82 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout, in GetTpmStatusTask()