Searched defs:encryption_key (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sync/util/
H A Dnigori_unittest.cc144 std::string encryption_key; local
146 EXPECT_TRUE(nigori1.ExportKeys(&user_key, &encryption_key, &mac_key));
149 EXPECT_TRUE(nigori2.InitByImport(user_key, encryption_key, mac_key));
H A Dnigori.cc105 const std::string& encryption_key,
111 encryption_key));
239 std::string* encryption_key,
242 DCHECK(encryption_key);
246 encryption_key_->GetRawKey(encryption_key) &&
104 InitByImport(const std::string& user_key, const std::string& encryption_key, const std::string& mac_key) argument
238 ExportKeys(std::string* user_key, std::string* encryption_key, std::string* mac_key) const argument
H A Dcryptographer.cc36 std::string user_key, encryption_key, mac_key; local
37 it->second->ExportKeys(&user_key, &encryption_key, &mac_key);
39 nigori_copy->InitByImport(user_key, encryption_key, mac_key);
314 key.encryption_key(),
372 if (!nigori->InitByImport(key.user_key(), key.encryption_key(),
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc111 std::string encryption_key; local
128 &encryption_key)) {
170 encryption_key));
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.cc121 const std::string& encryption_key,
138 creation_context_->encryption_key = encryption_key;
190 &creation_context_->encryption_key);
273 std::string encryption_key; local
274 base::Base64Decode(creation_context_->encryption_key, &encryption_key);
278 encryption_key));
326 info.password_encryption_key = creation_context_->encryption_key;
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.h74 // |encryption_key|/|signature_key| for cryptohome.
80 const std::string& encryption_key,
130 std::string encryption_key; // 256 bit HMAC key member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext
H A Dsupervised_user_creation_screen.cc251 std::string encryption_key; local
260 &encryption_key);
294 encryption_key,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service.cc210 const std::string& encryption_key,
216 result->SetString(kPasswordEncryptionKey, encryption_key);
236 const std::string& encryption_key,
242 encryption_key,
252 const std::string& encryption_key,
258 encryption_key,
268 const std::string& encryption_key,
274 name, master_key, signature_key, encryption_key, avatar_index);
206 CreateDictionary( const std::string& name, const std::string& master_key, const std::string& signature_key, const std::string& encryption_key, int avatar_index) argument
231 AddSupervisedUser( const std::string& id, const std::string& name, const std::string& master_key, const std::string& signature_key, const std::string& encryption_key, int avatar_index) argument
247 UpdateSupervisedUser( const std::string& id, const std::string& name, const std::string& master_key, const std::string& signature_key, const std::string& encryption_key, int avatar_index) argument
263 UpdateSupervisedUserImpl( const std::string& id, const std::string& name, const std::string& master_key, const std::string& signature_key, const std::string& encryption_key, int avatar_index, bool add_user) argument
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc65 BuildEncryptionKeyProto(std::string encryption_key) { argument
67 keys.Add()->assign(encryption_key);

Completed in 6826 milliseconds