HomeSort by relevance Sort by last modified time
    Searched full:cryptohome (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 17 // This interface defines the interaction with the ChromeOS cryptohome library
31 // Asks cryptohomed to try to find the cryptohome for |user_email| and then
36 // Asks cryptohomed to asynchronously try to find the cryptohome for
44 // Asks cryptohomed to try to find the cryptohome for |user_email| and then
50 // Asks cryptohomed to asynchronously try to find the cryptohome for
60 // Asks cryptohomed to try to find the cryptohome for |user_email| and then
66 // Asks cryptohomed to asynchronously try to find the cryptohome for
72 // If |create_if_missing| is false, and no cryptohome exists for |user_email|,
88 // Asks cryptohomed to unmount the currently mounted cryptohome.
89 // Returns false if the cryptohome could not be unmounted, true otherwise
    [all...]
cros_library.cc 61 DEFINE_GET_LIBRARY_METHOD(Cryptohome, crypto);
118 DEFINE_SET_LIBRARY_METHOD(Cryptohome, crypto);
cryptohome_library.cc 16 // This class handles the interaction with the ChromeOS cryptohome library APIs.
77 "Couldn't initiate async mount of cryptohome.");
87 "Couldn't initiate async mount of cryptohome.");
102 "Couldn't initiate async removal of cryptohome.");
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 26 chromeos::CryptohomeLibrary* cryptohome = local
28 if (cryptohome) {
29 if (cryptohome->TpmIsEnabled() &&
30 !cryptohome->TpmIsBeingOwned() &&
31 !cryptohome->TpmIsOwned()) {
32 cryptohome->TpmCanAttemptOwnership();
77 chromeos::CryptohomeLibrary* cryptohome = local
79 if (cryptohome &&
80 cryptohome->InstallAttributesIsReady() &&
81 !cryptohome->InstallAttributesIsFirstInstall())
    [all...]
parallel_authenticator_unittest.cc 296 // Set up state as though a cryptohome mount attempt has occurred
311 // Set up state as though a cryptohome mount attempt has occurred
323 // Set up mock cryptohome library to respond as though a tmpfs mount
338 // Set up mock cryptohome library to respond as though a tmpfs mount
353 // Set up mock cryptohome library to respond successfully to a cryptohome
354 // remove attempt and a cryptohome create attempt (specified by the |true|
375 // Set up mock cryptohome library to fail a cryptohome remove attempt.
403 // Set up mock cryptohome library to respond successfully to a key migration
    [all...]
login_status_consumer.h 62 return "Could not mount cryptohome.";
64 return "Could not mount cryptohome.";
parallel_authenticator.h 60 NO_MOUNT, // Cryptohome doesn't exist yet.
61 FAILED_MOUNT, // Failed to mount existing cryptohome.
62 FAILED_REMOVE, // Failed to remove existing cryptohome.
64 CREATE_NEW, // Need to create cryptohome for a new user.
65 RECOVER_MOUNT, // After RecoverEncryptedData, mount cryptohome.
169 // Given that some cryptohome operation has failed, determine which of the
175 // Given that some cryptohome operation has succeeded, determine which of
258 // be able to mount her cryptohome, but online authentication will fail.
test_attempt_state.h 38 // Act as though an cryptohome login attempt completed already.
auth_attempt_state.h 50 // Blow away locally stored cryptohome login status.
89 // Status of our cryptohome op attempt. Can only have one in flight at a time.
authenticator.h 66 // mount his cryptohome, we expect that a password change has
77 // and create a new cryptohome. |result| is the blob of auth
login_performer.h 102 // Migrates cryptohome using |old_password| specified.
105 // Reinitializes cryptohome with the new password.
login_utils.cc 309 CryptohomeLibrary* cryptohome = CrosLibrary::Get()->GetCryptohomeLibrary(); local
310 if (cryptohome->TpmIsEnabled() && !cryptohome->TpmIsBeingOwned()) {
311 if (cryptohome->TpmIsOwned()) {
312 cryptohome->TpmClearStoredPassword();
314 cryptohome->TpmCanAttemptOwnership();
parallel_authenticator.cc 287 // In this case, we tried to remove the user's old cryptohome at her
396 // We never get past here if a cryptohome op is still pending.
439 // til next time the user logs in to migrate their cryptohome key.
440 LOG(ERROR) << "Failed to migrate cryptohome key: "
eula_view.cc 229 chromeos::CryptohomeLibrary* cryptohome = local
233 if (password_->empty() && cryptohome->TpmIsReady()) {
234 password_acquired = cryptohome->TpmGetPassword(password_);
user_manager.cc 131 // Used to handle the asynchronous response of deleting a cryptohome directory.
182 VLOG(1) << "Removal of cryptohome for " << user_email_
login_performer.cc 391 LOG(ERROR) << "Cryptohome error, forcing sign out.";
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.h 32 explicit EnterpriseInstallAttributes(chromeos::CryptohomeLibrary* cryptohome);
52 // up-to-date with what cryptohome has.
enterprise_install_attributes.cc 16 chromeos::CryptohomeLibrary* cryptohome)
17 : cryptohome_(cryptohome),
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 978 chromeos::CryptohomeLibrary* cryptohome = local
    [all...]
  /external/chromium/crypto/
nss_util.cc 233 // NSS before we had a cryptohome mounted).

Completed in 277 milliseconds