Home | History | Annotate | Download | only in util

Lines Matching refs:string

9 #include <string>
31 std::string hostname;
32 std::string username;
33 std::string password;
59 // It must be a string that was previously built by the
66 void Bootstrap(const std::string& restored_bootstrap_token);
91 bool EncryptString(const std::string& serialized,
100 // fails, returns empty string.
101 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
120 bool AddKeyFromBootstrapToken(const std::string restored_bootstrap_token);
155 void SetDefaultKey(const std::string& key_name);
172 bool GetBootstrapToken(std::string* token) const;
181 std::string GetDefaultNigoriKeyName() const;
185 std::string GetDefaultNigoriKeyData() const;
189 bool ImportNigoriKey(const std::string serialized_nigori_key);
192 typedef std::map<std::string, linked_ptr<const Nigori> > NigoriMap;
204 std::string UnpackBootstrapToken(const std::string& token) const;
213 std::string default_nigori_name_;