Home
last modified time | relevance | path

Searched refs:GetCryptographer (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl_unittest.cc134 Cryptographer* GetCryptographer() { in GetCryptographer() function in syncer::SyncEncryptionHandlerImplTest
197 Cryptographer other_cryptographer(GetCryptographer()->encryptor()); in BuildMigratedNigori()
304 Cryptographer other_cryptographer(GetCryptographer()->encryptor()); in InitUnmigratedNigori()
528 Cryptographer other_cryptographer(GetCryptographer()->encryptor()); in TEST_F()
542 GetCryptographer()->AddKey(old_key); in TEST_F()
543 GetCryptographer()->AddKey(current_key); in TEST_F()
544 GetCryptographer()->Encrypt( in TEST_F()
547 GetCryptographer()->GetKeys( in TEST_F()
576 EXPECT_TRUE(GetCryptographer()->is_ready()); in TEST_F()
577 EXPECT_FALSE(GetCryptographer()->has_pending_keys()); in TEST_F()
[all …]
Dbase_transaction.cc23 Cryptographer* BaseTransaction::GetCryptographer() const { in GetCryptographer() function in syncer::BaseTransaction
24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans()); in GetCryptographer()
Dsync_manager_impl_unittest.cc467 trans.GetCryptographer()->AddKey(params); in TEST_F()
501 trans.GetCryptographer()->AddKey(params); in TEST_F()
899 Cryptographer* cryptographer = trans.GetCryptographer(); in SetUpEncryption()
1063 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
1108 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
1251 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
1265 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
1283 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
1301 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
1333 Cryptographer* cryptographer = trans.GetCryptographer(); in TEST_F()
[all …]
Dbase_node.cc55 specifics, GetTransaction()->GetCryptographer())); in DecryptIfNecessary()
87 std::string plaintext_data = GetTransaction()->GetCryptographer()-> in DecryptIfNecessary()
212 return GetEntry()->ToValue(GetTransaction()->GetCryptographer()); in ToValue()
Ddelete_journal.cc31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString( in GetBookmarkDeleteJournals()
Dwrite_node.cc151 Cryptographer* cryptographer = GetTransaction()->GetCryptographer(); in SetPasswordSpecifics()
Dsync_manager_impl.cc835 Cryptographer* crypto = directory()->GetCryptographer(trans); in HandleCalculateChangesChangeEventFromSyncer()
/external/chromium_org/sync/engine/
Dapply_control_data_updates_unittest.cc73 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
115 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
227 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
316 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
354 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
394 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
432 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
472 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
505 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
542 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
[all …]
Dapply_control_data_updates.cc53 dir->GetCryptographer(&trans)); in ApplyControlDataUpdates()
57 dir->GetCryptographer(&trans)); in ApplyControlDataUpdates()
77 dir->GetCryptographer(&trans)); in ApplyControlDataUpdates()
Ddirectory_update_handler.cc120 UpdateApplicator applicator(dir_->GetCryptographer(&trans)); in ApplyUpdatesImpl()
142 dir_->GetCryptographer(&trans), in ApplyUpdatesImpl()
154 UpdateApplicator conflict_applicator(dir_->GetCryptographer(&trans)); in ApplyUpdatesImpl()
Dprocess_updates_util.cc305 ProcessUpdate(**update_it, dir->GetCryptographer(trans), trans); in ProcessDownloadedUpdates()
Dget_commit_ids.cc68 Cryptographer* cryptographer = dir->GetCryptographer(trans); in GetCommitIdsForType()
Dsyncer_unittest.cc549 Cryptographer* GetCryptographer(syncable::BaseTransaction* trans) { in GetCryptographer() function in syncer::SyncerTest
550 return directory()->GetCryptographer(trans); in GetCryptographer()
713 GetCryptographer(&wtrans)->AddKey(key_params); in TEST_F()
714 GetCryptographer(&wtrans)->Encrypt(bookmark, in TEST_F()
716 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag()); in TEST_F()
754 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params); in TEST_F()
825 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag()); in TEST_F()
826 EXPECT_TRUE(GetCryptographer(&wtrans)->has_pending_keys()); in TEST_F()
967 GetCryptographer(&rtrans)->DecryptPendingKeys(key_params); in TEST_F()
Ddirectory_update_handler_unittest.cc882 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
979 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
/external/chromium_org/sync/syncable/
Dnigori_util.cc27 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans); in ProcessUnsyncedChangesForEncryption()
98 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans); in VerifyDataTypeEncryptionForTest()
153 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans); in UpdateEntryWithEncryption()
Ddirectory.h241 Cryptographer* GetCryptographer(const BaseTransaction* trans);
Ddirectory.cc995 Cryptographer* Directory::GetCryptographer(const BaseTransaction* trans) { in GetCryptographer() function in syncer::syncable::Directory
1089 kernel->ToValue(GetCryptographer(trans))); in GetNodeDetailsForType()
/external/chromium_org/sync/internal_api/public/
Dbase_transaction.h34 Cryptographer* GetCryptographer() const;
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl.cc497 return initialized() && trans->GetCryptographer() && in IsCryptographerReady()
498 trans->GetCryptographer()->is_ready(); in IsCryptographerReady()
Dtyped_url_change_processor.cc134 syncer::Cryptographer* crypto = trans->GetCryptographer(); in CreateOrUpdateSyncNode()
Dbookmark_model_associator.cc749 trans.GetCryptographer()->is_ready(); in CryptoReadyIfNecessary()
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor.cc618 syncer::Cryptographer* crypto = trans.GetCryptographer(); in HandleActionUpdate()
723 trans.GetCryptographer()->is_ready(); in CryptoReadyIfNecessary()