Home
last modified time | relevance | path

Searched refs:cryptohome_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/policy/
Denterprise_install_attributes.cc17 : cryptohome_(cryptohome), in EnterpriseInstallAttributes()
28 if (!cryptohome_->InstallAttributesIsReady()) in LockDevice()
32 if (cryptohome_->TpmIsEnabled() && in LockDevice()
33 !cryptohome_->TpmIsBeingOwned() && in LockDevice()
34 cryptohome_->TpmIsOwned()) { in LockDevice()
35 cryptohome_->TpmClearStoredPassword(); in LockDevice()
39 if (cryptohome_->InstallAttributesIsInvalid()) { in LockDevice()
44 if (!cryptohome_->InstallAttributesIsFirstInstall()) in LockDevice()
48 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") || in LockDevice()
49 !cryptohome_->InstallAttributesSet(kAttrEnterpriseUser, user)) { in LockDevice()
[all …]
Denterprise_install_attributes_unittest.cc17 : cryptohome_(chromeos::CryptohomeLibrary::GetImpl(true)), in EnterpriseInstallAttributesTest()
18 install_attributes_(cryptohome_.get()) {} in EnterpriseInstallAttributesTest()
20 scoped_ptr<chromeos::CryptohomeLibrary> cryptohome_; member in policy::EnterpriseInstallAttributesTest
Ddevice_policy_cache_unittest.cc107 : cryptohome_(chromeos::CryptohomeLibrary::GetImpl(true)), in DevicePolicyCacheTest()
108 install_attributes_(cryptohome_.get()) {} in DevicePolicyCacheTest()
134 scoped_ptr<chromeos::CryptohomeLibrary> cryptohome_; member in policy::DevicePolicyCacheTest
Denterprise_install_attributes.h55 chromeos::CryptohomeLibrary* cryptohome_; variable