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

  /external/chromium/chrome/browser/sync/util/
cryptographer.h 34 // SetPendingKeys should be called with the encrypted contents of that node.
99 void SetPendingKeys(const sync_pb::EncryptedData& encrypted);
102 // SetPendingKeys using |params|. Returns true if the pending keys were
cryptographer_unittest.cc 124 cryptographer.SetPendingKeys(nigori);
cryptographer.cc 144 void Cryptographer::SetPendingKeys(const sync_pb::EncryptedData& encrypted) {
  /external/chromium_org/sync/util/
cryptographer.h 41 // SetPendingKeys should be called with the encrypted contents of that node.
138 void SetPendingKeys(const sync_pb::EncryptedData& encrypted);
147 // SetPendingKeys using |params|. Returns true if the pending keys were
cryptographer_unittest.cc 171 cryptographer.SetPendingKeys(nigori);
cryptographer.cc 216 void Cryptographer::SetPendingKeys(const sync_pb::EncryptedData& encrypted) {
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 38 cryptographer_.SetPendingKeys(nigori.encryption_keybag());
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 544 temp_cryptographer.SetPendingKeys(cryptographer->GetPendingKeys());
    [all...]
sync_manager_impl_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 301 cryptographer->SetPendingKeys(nigori.encrypted());
    [all...]
syncapi.cc     [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 630 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
739 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
    [all...]

Completed in 854 milliseconds