Searched refs:cryptohome (Results 1 – 6 of 6) sorted by relevance
26 chromeos::CryptohomeLibrary* cryptohome = in EnterpriseEnrollmentScreen() local28 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() local79 if (cryptohome && in GetInitialUser()80 cryptohome->InstallAttributesIsReady() && in GetInitialUser()81 !cryptohome->InstallAttributesIsFirstInstall()) { in GetInitialUser()[all …]
309 CryptohomeLibrary* cryptohome = CrosLibrary::Get()->GetCryptohomeLibrary(); in OnProfileCreated() local310 if (cryptohome->TpmIsEnabled() && !cryptohome->TpmIsBeingOwned()) { in OnProfileCreated()311 if (cryptohome->TpmIsOwned()) { in OnProfileCreated()312 cryptohome->TpmClearStoredPassword(); in OnProfileCreated()314 cryptohome->TpmCanAttemptOwnership(); in OnProfileCreated()
229 chromeos::CryptohomeLibrary* cryptohome = in PullPassword() local233 if (password_->empty() && cryptohome->TpmIsReady()) { in PullPassword()234 password_acquired = cryptohome->TpmGetPassword(password_); in PullPassword()
16 chromeos::CryptohomeLibrary* cryptohome) in EnterpriseInstallAttributes() argument17 : cryptohome_(cryptohome), in EnterpriseInstallAttributes()
32 explicit EnterpriseInstallAttributes(chromeos::CryptohomeLibrary* cryptohome);
978 chromeos::CryptohomeLibrary* cryptohome = in CheckTpmTokenReady() local982 FundamentalValue ready(cryptohome->Pkcs11IsTpmTokenReady()); in CheckTpmTokenReady()