HomeSort by relevance Sort by last modified time
    Searched refs:GetDictionaryAttackInfo (Results 1 - 10 of 10) sorted by null

  /system/tpm/tpm_manager/server/
tpm_status.h 34 virtual bool GetDictionaryAttackInfo(int* counter,
mock_tpm_status.h 33 MOCK_METHOD4(GetDictionaryAttackInfo,
mock_tpm_status.cc 39 ON_CALL(*this, GetDictionaryAttackInfo(_, _, _, _))
tpm2_status_impl.h 40 bool GetDictionaryAttackInfo(int* counter,
tpm_status_impl.h 41 bool GetDictionaryAttackInfo(int* counter,
tpm2_status_test.cc 113 EXPECT_FALSE(tpm_status_->GetDictionaryAttackInfo(&count,
136 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count,
153 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count,
tpm2_status_impl.cc 53 bool Tpm2StatusImpl::GetDictionaryAttackInfo(int* counter,
tpm_status_impl.cc 44 bool TpmStatusImpl::GetDictionaryAttackInfo(int* counter,
tpm_manager_service_test.cc 147 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _))
198 EXPECT_CALL(mock_tpm_status_, GetDictionaryAttackInfo(_, _, _, _))
tpm_manager_service.cc 82 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout,

Completed in 73 milliseconds