/external/chromium_org/sync/internal_api/ |
D | sync_encryption_handler_impl_unittest.cc | 134 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 …]
|
D | base_transaction.cc | 23 Cryptographer* BaseTransaction::GetCryptographer() const { in GetCryptographer() function in syncer::BaseTransaction 24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans()); in GetCryptographer()
|
D | sync_manager_impl_unittest.cc | 467 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 …]
|
D | base_node.cc | 55 specifics, GetTransaction()->GetCryptographer())); in DecryptIfNecessary() 87 std::string plaintext_data = GetTransaction()->GetCryptographer()-> in DecryptIfNecessary() 212 return GetEntry()->ToValue(GetTransaction()->GetCryptographer()); in ToValue()
|
D | delete_journal.cc | 31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString( in GetBookmarkDeleteJournals()
|
D | write_node.cc | 151 Cryptographer* cryptographer = GetTransaction()->GetCryptographer(); in SetPasswordSpecifics()
|
D | sync_manager_impl.cc | 835 Cryptographer* crypto = directory()->GetCryptographer(trans); in HandleCalculateChangesChangeEventFromSyncer()
|
/external/chromium_org/sync/engine/ |
D | apply_control_data_updates_unittest.cc | 73 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 …]
|
D | apply_control_data_updates.cc | 53 dir->GetCryptographer(&trans)); in ApplyControlDataUpdates() 57 dir->GetCryptographer(&trans)); in ApplyControlDataUpdates() 77 dir->GetCryptographer(&trans)); in ApplyControlDataUpdates()
|
D | directory_update_handler.cc | 120 UpdateApplicator applicator(dir_->GetCryptographer(&trans)); in ApplyUpdatesImpl() 142 dir_->GetCryptographer(&trans), in ApplyUpdatesImpl() 154 UpdateApplicator conflict_applicator(dir_->GetCryptographer(&trans)); in ApplyUpdatesImpl()
|
D | process_updates_util.cc | 305 ProcessUpdate(**update_it, dir->GetCryptographer(trans), trans); in ProcessDownloadedUpdates()
|
D | get_commit_ids.cc | 68 Cryptographer* cryptographer = dir->GetCryptographer(trans); in GetCommitIdsForType()
|
D | syncer_unittest.cc | 549 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()
|
D | directory_update_handler_unittest.cc | 882 cryptographer = directory()->GetCryptographer(&trans); in TEST_F() 979 cryptographer = directory()->GetCryptographer(&trans); in TEST_F()
|
/external/chromium_org/sync/syncable/ |
D | nigori_util.cc | 27 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()
|
D | directory.h | 241 Cryptographer* GetCryptographer(const BaseTransaction* trans);
|
D | directory.cc | 995 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/ |
D | base_transaction.h | 34 Cryptographer* GetCryptographer() const;
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | sync_backend_host_impl.cc | 497 return initialized() && trans->GetCryptographer() && in IsCryptographerReady() 498 trans->GetCryptographer()->is_ready(); in IsCryptographerReady()
|
D | typed_url_change_processor.cc | 134 syncer::Cryptographer* crypto = trans->GetCryptographer(); in CreateOrUpdateSyncNode()
|
D | bookmark_model_associator.cc | 749 trans.GetCryptographer()->is_ready(); in CryptoReadyIfNecessary()
|
/external/chromium_org/components/sync_driver/ |
D | generic_change_processor.cc | 618 syncer::Cryptographer* crypto = trans.GetCryptographer(); in HandleActionUpdate() 723 trans.GetCryptographer()->is_ready(); in CryptoReadyIfNecessary()
|