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

  /external/chromium_org/sync/protocol/
managed_user_specifics.proto 39 optional string password_encryption_key = 8;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_sync_service.cc 56 const std::string& password_encryption_key) {
72 if (!password_encryption_key.empty()) {
74 set_password_encryption_key(password_encryption_key);
434 supervised_user.password_encryption_key());
524 supervised_user.password_encryption_key());
supervised_user_registration_utility.cc 250 info.password_encryption_key,
259 !info.password_encryption_key.empty();
276 info.password_encryption_key,
supervised_user_registration_utility.h 42 std::string password_encryption_key; member in struct:SupervisedUserRegistrationInfo
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_controller_new.cc 326 info.password_encryption_key = creation_context_->encryption_key;

Completed in 155 milliseconds