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

  /system/tpm/trunks/
tpm_state.h 60 virtual bool IsEndorsementHierarchyEnabled() = 0;
mock_tpm_state.cc 32 ON_CALL(*this, IsEndorsementHierarchyEnabled()).WillByDefault(Return(true));
mock_tpm_state.h 39 MOCK_METHOD0(IsEndorsementHierarchyEnabled, bool());
tpm_state_impl.h 49 bool IsEndorsementHierarchyEnabled() override;
tpm_state_impl.cc 108 bool TpmStateImpl::IsEndorsementHierarchyEnabled() {
116 IsEndorsementHierarchyEnabled());
tpm_state_test.cc 133 EXPECT_DEATH_IF_SUPPORTED(tpm_state.IsEndorsementHierarchyEnabled(),
162 EXPECT_FALSE(tpm_state.IsEndorsementHierarchyEnabled());
179 EXPECT_TRUE(tpm_state.IsEndorsementHierarchyEnabled());
trunks_client.cc 124 state->IsEndorsementHierarchyEnabled() ? "true" : "false");
trunks_factory_for_test.cc 74 bool IsEndorsementHierarchyEnabled() override {
75 return target_->IsEndorsementHierarchyEnabled();

Completed in 536 milliseconds