Searched defs:password_data (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility.h43 base::DictionaryValue password_data; member in struct:SupervisedUserRegistrationInfo
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.cc100 const base::DictionaryValue* password_data) {
104 if (!auth->NeedPasswordChange(user_id(), password_data)) {
118 bool success = password_data->GetStringWithoutPathExpansion(
120 success &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
123 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema);
124 success &= password_data->GetStringWithoutPathExpansion(kEncryptedPassword,
137 scoped_ptr<base::DictionaryValue> data_copy(password_data->DeepCopy());
184 scoped_ptr<base::DictionaryValue> password_data) {
188 auth->StorePasswordData(user_id(), *password_data.get());
228 scoped_ptr<base::DictionaryValue> password_data) {
99 OnPasswordChangeDataLoaded( const base::DictionaryValue* password_data) argument
183 OnNewKeyAdded( scoped_ptr<base::DictionaryValue> password_data) argument
227 OnPasswordUpdated( scoped_ptr<base::DictionaryValue> password_data) argument
[all...]
H A Dsupervised_user_creation_controller_new.cc120 const base::DictionaryValue* password_data,
134 password_data->GetStringWithoutPathExpansion(
140 creation_context_->password_data.MergeDictionary(password_data);
185 &creation_context_->password_data,
187 creation_context_->password_data.GetStringWithoutPathExpansion(
196 creation_context_->password_data);
328 info.password_data.MergeDictionary(&creation_context_->password_data);
115 StartImport( const base::string16& display_name, int avatar_index, const std::string& sync_id, const std::string& master_key, const base::DictionaryValue* password_data, const std::string& encryption_key, const std::string& signature_key) argument
H A Dsupervised_user_creation_controller_new.h73 // has password specified in |password_data| and
79 const base::DictionaryValue* password_data,
142 base::DictionaryValue password_data; member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext
H A Dsupervised_user_authentication.cc130 base::DictionaryValue* password_data,
137 password_data->SetIntegerWithoutPathExpansion(kSchemaVersion, schema);
139 password_data->SetStringWithoutPathExpansion(kSalt, salt);
141 password_data->SetIntegerWithoutPathExpansion(kPasswordRevision, revision);
148 password_data->SetStringWithoutPathExpansion(kEncryptedPassword,
150 password_data->SetStringWithoutPathExpansion(kPasswordSignature,
173 const base::DictionaryValue& password_data) {
177 if (password_data.GetWithoutPathExpansion(kSchemaVersion, &value))
179 if (password_data.GetWithoutPathExpansion(kSalt, &value))
181 if (password_data
127 FillDataForNewUser( const std::string& user_id, const std::string& password, base::DictionaryValue* password_data, base::DictionaryValue* extra_data) argument
171 StorePasswordData( const std::string& user_id, const base::DictionaryValue& password_data) argument
202 NeedPasswordChange( const std::string& user_id, const base::DictionaryValue* password_data) argument
223 ScheduleSupervisedPasswordChange( const std::string& supervised_user_id, const base::DictionaryValue* password_data) argument
[all...]
H A Dsupervised_user_creation_screen.cc278 const base::DictionaryValue* password_data = NULL; local
285 bool password_right_here = value && value->GetAsDictionary(&password_data) &&
286 !password_data->empty();
293 password_data,
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc105 scoped_ptr<base::DictionaryValue> password_data,
148 bool has_data = password_data->GetStringWithoutPathExpansion(
150 has_data &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
183 Passed(&password_data)));
198 scoped_ptr<base::DictionaryValue> password_data) {
208 auth->StorePasswordData(user_id, *password_data.get());
102 GetSupervisedUsersCallback( const std::string& sync_su_id, const std::string& user_id, scoped_ptr<base::DictionaryValue> password_data, const base::DictionaryValue* supervised_users) argument
195 OnAddKeySuccess( const UserContext& master_key_context, const std::string& user_id, scoped_ptr<base::DictionaryValue> password_data) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service.cc379 sync_pb::EntitySpecifics password_data; local
381 password_data.mutable_password()->mutable_client_only_encrypted_data();
407 return syncer::SyncData::CreateLocalData(tag, tag, password_data);
H A Dpassword_syncable_service_unittest.cc124 sync_pb::EntitySpecifics password_data; local
126 password_data.mutable_password()->mutable_client_only_encrypted_data();
135 return syncer::SyncData::CreateLocalData(tag, tag, password_data);
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_unittest.cc237 sync_pb::PasswordSpecificsData password_data; local
238 password_data.set_username_value("user");
244 password_data.set_password_value(
247 CopyFrom(password_data);
295 sync_pb::PasswordSpecificsData password_data; local
296 password_data.set_username_value("user");
303 password_data.set_password_value(
306 CopyFrom(password_data);
314 password_data.set_password_value(
317 CopyFrom(password_data);
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc283 // |password_data|. ItemCopyAttributesAndData will then extract only the
286 void* password_data = NULL; local
287 void** password_data_ref = extract_password_data ? &password_data : NULL;
304 base::UTF8ToUTF16(static_cast<const char *>(password_data), password_length,
363 keychain.ItemFreeAttributesAndData(attrList, password_data);

Completed in 1997 milliseconds