HomeSort by relevance Sort by last modified time
    Searched refs:CanDecrypt (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/sync/internal_api/
syncapi_internal.cc 85 if (!cryptographer->CanDecrypt(left.encrypted())) {
94 if (!cryptographer->CanDecrypt(right.encrypted())) {
sync_encryption_handler_impl_unittest.cc 594 EXPECT_TRUE(GetCryptographer()->CanDecrypt(
596 EXPECT_TRUE(GetCryptographer()->CanDecrypt(nigori.encryption_keybag()));
    [all...]
sync_manager_impl_unittest.cc     [all...]
sync_encryption_handler_impl.cc 549 if (temp_cryptographer.CanDecrypt(encrypted)) {
    [all...]
  /external/chromium_org/sync/util/
cryptographer.cc 64 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const {
131 return std::string(); // Caller should have called CanDecrypt(encrypt).
207 if (pending_keys_.get() && CanDecrypt(*pending_keys_)) {
221 DCHECK(CanDecrypt(encrypted));
235 DCHECK(!CanDecrypt(encrypted));
330 if (!CanDecrypt(encrypted_bag))
cryptographer_unittest.cc 39 EXPECT_FALSE(cryptographer_.CanDecrypt(encrypted));
59 EXPECT_FALSE(cryptographer_.CanDecrypt(encrypted));
169 EXPECT_FALSE(cryptographer.CanDecrypt(nigori));
cryptographer.h 47 // CanDecrypt should be used to verify whether the Cryptographer can decrypt
70 bool CanDecrypt(const sync_pb::EncryptedData& encrypted) const;
132 // responsible for checking that CanDecrypt(encrypted) == true.
137 // DecryptPendingKeys. This should only be used if CanDecrypt(encrypted) ==
  /external/chromium_org/sync/engine/
model_type_sync_worker_impl.cc 158 cryptographer_->CanDecrypt(specifics.encrypted())) {
168 !cryptographer_->CanDecrypt(specifics.encrypted()))) {
413 if (cryptographer_->CanDecrypt(saved_pending.specifics.encrypted())) {
443 DCHECK(cryptographer->CanDecrypt(in.encrypted()));
process_updates_util.cc 254 !cryptographer->CanDecrypt(update.specifics().encrypted())) {
263 cryptographer->CanDecrypt(prev_specifics.encrypted()))) {
syncer_util.cc 211 !cryptographer->CanDecrypt(specifics.encrypted())) {
221 if (!cryptographer->CanDecrypt(password.encrypted())) {
apply_control_data_updates_unittest.cc     [all...]
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 35 if (cryptographer_.CanDecrypt(nigori.encryption_keybag()))
  /external/chromium_org/sync/syncable/
entry_kernel.cc 103 cryptographer->CanDecrypt(encrypted) &&
  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 606 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted());

Completed in 990 milliseconds