Searched refs:cryptohome_ (Results 1 – 4 of 4) sorted by relevance
17 : 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 …]
17 : cryptohome_(chromeos::CryptohomeLibrary::GetImpl(true)), in EnterpriseInstallAttributesTest()18 install_attributes_(cryptohome_.get()) {} in EnterpriseInstallAttributesTest()20 scoped_ptr<chromeos::CryptohomeLibrary> cryptohome_; member in policy::EnterpriseInstallAttributesTest
107 : cryptohome_(chromeos::CryptohomeLibrary::GetImpl(true)), in DevicePolicyCacheTest()108 install_attributes_(cryptohome_.get()) {} in DevicePolicyCacheTest()134 scoped_ptr<chromeos::CryptohomeLibrary> cryptohome_; member in policy::DevicePolicyCacheTest
55 chromeos::CryptohomeLibrary* cryptohome_; variable