Home | History | Annotate | Download | only in util

Lines Matching refs:sync_pb

61   bool CanDecrypt(const sync_pb::EncryptedData& encrypted) const;
65 bool CanDecryptUsingDefaultKey(const sync_pb::EncryptedData& encrypted) const;
71 sync_pb::EncryptedData* encrypted) const;
75 bool Decrypt(const sync_pb::EncryptedData& encrypted,
80 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
84 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
94 bool SetKeys(const sync_pb::EncryptedData& encrypted);
99 void SetPendingKeys(const sync_pb::EncryptedData& encrypted);
125 const sync_pb::NigoriKeyBag& bag);
137 scoped_ptr<sync_pb::EncryptedData> pending_keys_;