Searched refs:password_encryption_key (Results 1 - 4 of 4) sorted by path

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.cc326 info.password_encryption_key = creation_context_->encryption_key;
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility.cc250 info.password_encryption_key,
259 !info.password_encryption_key.empty();
276 info.password_encryption_key,
H A Dsupervised_user_registration_utility.h42 std::string password_encryption_key; member in struct:SupervisedUserRegistrationInfo
H A Dsupervised_user_sync_service.cc56 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());
49 CreateLocalSyncData(const std::string& id, const std::string& name, bool acknowledged, const std::string& master_key, const std::string& chrome_avatar, const std::string& chromeos_avatar, const std::string& password_signature_key, const std::string& password_encryption_key) argument

Completed in 470 milliseconds