Searched defs:GetCryptographer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dbase_transaction.cc23 Cryptographer* BaseTransaction::GetCryptographer() const { function in class:syncer::BaseTransaction
24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans());
H A Dsync_encryption_handler_impl_unittest.cc134 Cryptographer* GetCryptographer() { function in class:syncer::SyncEncryptionHandlerImplTest
197 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
304 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
528 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
542 GetCryptographer()->AddKey(old_key);
543 GetCryptographer()->AddKey(current_key);
544 GetCryptographer()->Encrypt(
547 GetCryptographer()->GetKeys(
576 EXPECT_TRUE(GetCryptographer()->is_ready());
577 EXPECT_FALSE(GetCryptographer()
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.h80 browser_sync::Cryptographer* GetCryptographer( function in class:syncable::DirectoryManager
82 browser_sync::Cryptographer* GetCryptographer( function in class:syncable::DirectoryManager
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h529 browser_sync::Cryptographer* GetCryptographer() const { function in class:sync_api::BaseTransaction
/external/chromium_org/sync/syncable/
H A Ddirectory.cc875 Cryptographer* Directory::GetCryptographer(const BaseTransaction* trans) { function in class:syncer::syncable::Directory
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc534 Cryptographer* GetCryptographer(syncable::BaseTransaction* trans) { function in class:syncer::SyncerTest
535 return directory()->GetCryptographer(trans);
741 GetCryptographer(&wtrans)->AddKey(key_params);
742 GetCryptographer(&wtrans)->Encrypt(bookmark,
744 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
782 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params);
853 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
854 EXPECT_TRUE(GetCryptographer(&wtrans)->has_pending_keys());
995 GetCryptographer(&rtrans)->DecryptPendingKeys(key_params);

Completed in 210 milliseconds