Searched refs:Cryptographer (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.h12 class Cryptographer;
23 Cryptographer* cryptographer);
26 Cryptographer* cryptographer);
H A Dconflict_resolver.h24 class Cryptographer;
54 const Cryptographer* cryptographer,
63 const Cryptographer* cryptographer,
H A Dupdate_applicator.h34 class Cryptographer;
38 UpdateApplicator(Cryptographer* cryptographer);
66 Cryptographer* cryptographer_;
H A Dmodel_type_sync_worker_impl.h59 scoped_ptr<Cryptographer> cryptographer,
67 void UpdateCryptographer(scoped_ptr<Cryptographer> cryptographer);
133 static bool DecryptSpecifics(Cryptographer* cryptographer,
149 scoped_ptr<Cryptographer> cryptographer_;
H A Dsyncer_util.h34 class Cryptographer;
52 Cryptographer* cryptographer);
H A Dapply_control_data_updates_unittest.cc67 Cryptographer* cryptographer;
78 // Nigori node updates should update the Cryptographer.
79 Cryptographer other_cryptographer(cryptographer->encryptor());
110 Cryptographer* cryptographer;
222 Cryptographer* cryptographer;
263 Cryptographer other_cryptographer(cryptographer->encryptor());
310 Cryptographer* cryptographer;
322 Cryptographer other_cryptographer(cryptographer->encryptor());
388 Cryptographer* cryptographer;
400 Cryptographer other_cryptographe
[all...]
H A Dupdate_applicator.cc22 UpdateApplicator::UpdateApplicator(Cryptographer* cryptographer)
H A Dapply_control_data_updates.cc94 Cryptographer* cryptographer) {
202 Cryptographer* cryptographer) {
/external/chromium_org/sync/util/
H A Dcryptographer.cc25 Cryptographer::Cryptographer(Encryptor* encryptor) function in class:syncer::Cryptographer
30 Cryptographer::Cryptographer(const Cryptographer& other) function in class:syncer::Cryptographer
48 Cryptographer::~Cryptographer() {}
51 void Cryptographer::Bootstrap(const std::string& restored_bootstrap_token) {
64 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const {
68 bool Cryptographer
[all...]
H A Dcryptographer.h47 // CanDecrypt should be used to verify whether the Cryptographer can decrypt
50 class SYNC_EXPORT Cryptographer { class in namespace:syncer
53 explicit Cryptographer(Encryptor* encryptor);
54 explicit Cryptographer(const Cryptographer& other);
55 ~Cryptographer();
58 // Cryptographer instance into the ready state (is_ready will be true).
161 // Returns whether this Cryptographer is ready to encrypt and decrypt data.
170 // Cryptographer instance to bootstrap itself. Returns false if such a token
217 DISALLOW_ASSIGN(Cryptographer);
[all...]
H A Dcryptographer_unittest.cc29 Cryptographer cryptographer_;
157 Cryptographer cryptographer(&encryptor_);
168 Cryptographer cryptographer(&encryptor_);
194 Cryptographer other_cryptographer(&encryptor_);
241 Cryptographer cryptographer_clone(cryptographer_);
/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.h23 class Cryptographer;
27 Cryptographer* crypto);
36 bool AreSpecificsEqual(const Cryptographer* cryptographer,
H A Dbase_transaction.cc23 Cryptographer* BaseTransaction::GetCryptographer() const {
H A Dsync_encryption_handler_impl.h86 Cryptographer* GetCryptographerUnsafe();
133 Cryptographer cryptographer;
220 // 1. Cryptographer has no pending keys
226 const Cryptographer& cryptographer) const;
238 const Cryptographer& cryptographer,
248 Cryptographer* cryptographer);
256 Cryptographer* cryptographer);
H A Dsyncapi_internal.cc24 const sync_pb::EntitySpecifics& specifics, Cryptographer* crypto) {
78 bool AreSpecificsEqual(const Cryptographer* cryptographer,
H A Djs_sync_encryption_handler_observer.h48 Cryptographer* cryptographer) OVERRIDE;
H A Dsync_encryption_handler_impl.cc340 Cryptographer* cryptographer =
446 Cryptographer temp_cryptographer(cryptographer->encryptor());
451 // as although Cryptographer::is_initialized() will now be true,
503 Cryptographer* cryptographer =
542 Cryptographer temp_cryptographer(cryptographer->encryptor());
702 Cryptographer* cryptographer = &UnlockVaultMutable(trans)->cryptographer;
754 Cryptographer* SyncEncryptionHandlerImpl::GetCryptographerUnsafe() {
916 Cryptographer* cryptographer = &UnlockVaultMutable(trans)->cryptographer;
1016 const Cryptographer& cryptographer =
1112 Cryptographer* cryptographe
[all...]
H A Dsync_encryption_handler_impl_unittest.cc59 MOCK_METHOD1(OnCryptographerStateChanged, void(Cryptographer*)); // NOLINT
134 Cryptographer* GetCryptographer() {
177 Cryptographer keystore_cryptographer(&encryptor_);
184 Cryptographer temp_cryptographer(&encryptor_);
197 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
304 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
528 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
683 std::string(), // Cryptographer bootstrap.
698 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
734 Cryptographer other_cryptographe
[all...]
H A Djs_sync_encryption_handler_observer.cc86 Cryptographer* cryptographer) {
/external/chromium_org/sync/internal_api/public/
H A Dbase_transaction.h34 Cryptographer* GetCryptographer() const;
H A Dsync_encryption_handler.h20 class Cryptographer;
22 // Reasons due to which Cryptographer might require a passphrase.
97 // Cryptographer::SensitiveTypes(). If |encrypt_everything| is
101 // set of encrypted types is Cryptographer::SensitiveTypes() and
114 virtual void OnCryptographerStateChanged(Cryptographer* cryptographer) = 0;
/external/chromium_org/sync/test/
H A Dfake_sync_encryption_handler.h57 Cryptographer* cryptographer() { return &cryptographer_; }
66 Cryptographer cryptographer_;
/external/chromium_org/sync/syncable/
H A Dnigori_util.h20 class Cryptographer;
/external/chromium_org/sync/sessions/
H A Dmodel_type_registry.h84 Cryptographer* cryptographer) OVERRIDE;
137 scoped_ptr<Cryptographer> cryptographer_;
H A Dmodel_type_registry.cc201 scoped_ptr<Cryptographer> cryptographer_copy;
203 cryptographer_copy.reset(new Cryptographer(*cryptographer_));
329 Cryptographer* cryptographer) {
330 cryptographer_.reset(new Cryptographer(*cryptographer));
349 make_scoped_ptr(new Cryptographer(*cryptographer_)));

Completed in 584 milliseconds

123