Home
last modified time | relevance | path

Searched refs:SetPendingKeys (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/util/
Dcryptographer.h99 void SetPendingKeys(const sync_pb::EncryptedData& encrypted);
Dcryptographer_unittest.cc124 cryptographer.SetPendingKeys(nigori); in TEST()
Dcryptographer.cc144 void Cryptographer::SetPendingKeys(const sync_pb::EncryptedData& encrypted) { in SetPendingKeys() function in browser_sync::Cryptographer
/external/chromium/chrome/browser/sync/engine/
Dsyncer_util.cc301 cryptographer->SetPendingKeys(nigori.encrypted()); in AttemptToUpdateEntry()
Dsyncapi.cc1792 cryptographer->SetPendingKeys(nigori.encrypted()); in BootstrapEncryption()
2501 cryptographer->SetPendingKeys(nigori.encrypted()); in OnSyncEngineEvent()