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

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 15 #include "chromeos/cryptohome/cryptohome_util.h"
21 namespace cryptohome_util = chromeos::cryptohome_util;
156 if (!cryptohome_util::InstallAttributesIsInvalid() &&
157 !cryptohome_util::InstallAttributesIsFirstInstall()) {
171 if (cryptohome_util::InstallAttributesGet(kEnterpriseAttributes[i],
227 if (cryptohome_util::TpmIsEnabled() &&
228 !cryptohome_util::TpmIsBeingOwned() &&
229 cryptohome_util::TpmIsOwned()) {
234 if (cryptohome_util::InstallAttributesIsInvalid())
    [all...]
enterprise_install_attributes_unittest.cc 17 #include "chromeos/cryptohome/cryptohome_util.h"
25 namespace cryptohome_util = chromeos::cryptohome_util;
191 ASSERT_TRUE(cryptohome_util::InstallAttributesFinalize());
196 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
210 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
220 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
222 ASSERT_TRUE(cryptohome_util::InstallAttributesSet(
224 ASSERT_TRUE(cryptohome_util::InstallAttributesFinalize());
229 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall())
    [all...]
device_cloud_policy_store_chromeos_unittest.cc 19 #include "chromeos/cryptohome/cryptohome_util.h"
104 chromeos::cryptohome_util::InstallAttributesSet("enterprise.owned",
  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.h 15 namespace cryptohome_util { namespace in namespace:chromeos
34 } // namespace cryptohome_util
cryptohome_util.cc 5 #include "chromeos/cryptohome/cryptohome_util.h"
12 namespace cryptohome_util { namespace in namespace:chromeos
80 } // namespace cryptohome_util
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc 46 #include "chromeos/cryptohome/cryptohome_util.h"
444 if (cryptohome_util::TpmIsEnabled() && !cryptohome_util::TpmIsBeingOwned()) {
445 if (cryptohome_util::TpmIsOwned()) {

Completed in 125 milliseconds