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

  /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 543 temp_cryptographer.SetPendingKeys(cryptographer->GetPendingKeys());
    [all...]
sync_manager_impl_unittest.cc     [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 716 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
825 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
    [all...]

Completed in 193 milliseconds