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.cc103 EXPECT_FALSE(tpm_status_->GetDictionaryAttackInfo( in TEST_F()
123 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout, in TEST_F()
138 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout, 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.h39 bool GetDictionaryAttackInfo(int* counter,
Dtpm2_status_impl.cc48 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.cc141 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _)) in TEST_F()
191 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _)) in TEST_F()
Dtpm_manager_service.cc84 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout, in GetTpmStatusTask()