OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cryptohome_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc
17
:
cryptohome_
(cryptohome),
28
if (!
cryptohome_
->InstallAttributesIsReady())
32
if (
cryptohome_
->TpmIsEnabled() &&
33
!
cryptohome_
->TpmIsBeingOwned() &&
34
cryptohome_
->TpmIsOwned()) {
35
cryptohome_
->TpmClearStoredPassword();
39
if (
cryptohome_
->InstallAttributesIsInvalid()) {
44
if (!
cryptohome_
->InstallAttributesIsFirstInstall())
48
if (!
cryptohome_
->InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
49
!
cryptohome_
->InstallAttributesSet(kAttrEnterpriseUser, user))
[
all
...]
enterprise_install_attributes.h
55
chromeos::CryptohomeLibrary*
cryptohome_
;
member in class:policy::EnterpriseInstallAttributes
enterprise_install_attributes_unittest.cc
17
:
cryptohome_
(chromeos::CryptohomeLibrary::GetImpl(true)),
18
install_attributes_(
cryptohome_
.get()) {}
20
scoped_ptr<chromeos::CryptohomeLibrary>
cryptohome_
;
member in class:policy::EnterpriseInstallAttributesTest
device_policy_cache_unittest.cc
107
:
cryptohome_
(chromeos::CryptohomeLibrary::GetImpl(true)),
108
install_attributes_(
cryptohome_
.get()) {}
134
scoped_ptr<chromeos::CryptohomeLibrary>
cryptohome_
;
member in class:policy::DevicePolicyCacheTest
Completed in 378 milliseconds