Home
last modified time | relevance | path

Searched refs:cryptohome (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Denterprise_enrollment_screen.cc26 chromeos::CryptohomeLibrary* cryptohome = in EnterpriseEnrollmentScreen() local
28 if (cryptohome) { in EnterpriseEnrollmentScreen()
29 if (cryptohome->TpmIsEnabled() && in EnterpriseEnrollmentScreen()
30 !cryptohome->TpmIsBeingOwned() && in EnterpriseEnrollmentScreen()
31 !cryptohome->TpmIsOwned()) { in EnterpriseEnrollmentScreen()
32 cryptohome->TpmCanAttemptOwnership(); in EnterpriseEnrollmentScreen()
77 chromeos::CryptohomeLibrary* cryptohome = in GetInitialUser() local
79 if (cryptohome && in GetInitialUser()
80 cryptohome->InstallAttributesIsReady() && in GetInitialUser()
81 !cryptohome->InstallAttributesIsFirstInstall()) { in GetInitialUser()
[all …]
Dlogin_utils.cc309 CryptohomeLibrary* cryptohome = CrosLibrary::Get()->GetCryptohomeLibrary(); in OnProfileCreated() local
310 if (cryptohome->TpmIsEnabled() && !cryptohome->TpmIsBeingOwned()) { in OnProfileCreated()
311 if (cryptohome->TpmIsOwned()) { in OnProfileCreated()
312 cryptohome->TpmClearStoredPassword(); in OnProfileCreated()
314 cryptohome->TpmCanAttemptOwnership(); in OnProfileCreated()
Deula_view.cc229 chromeos::CryptohomeLibrary* cryptohome = in PullPassword() local
233 if (password_->empty() && cryptohome->TpmIsReady()) { in PullPassword()
234 password_acquired = cryptohome->TpmGetPassword(password_); in PullPassword()
/external/chromium/chrome/browser/policy/
Denterprise_install_attributes.cc16 chromeos::CryptohomeLibrary* cryptohome) in EnterpriseInstallAttributes() argument
17 : cryptohome_(cryptohome), in EnterpriseInstallAttributes()
Denterprise_install_attributes.h32 explicit EnterpriseInstallAttributes(chromeos::CryptohomeLibrary* cryptohome);
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc978 chromeos::CryptohomeLibrary* cryptohome = in CheckTpmTokenReady() local
982 FundamentalValue ready(cryptohome->Pkcs11IsTpmTokenReady()); in CheckTpmTokenReady()