Home | History | Annotate | Download | only in util

Lines Matching refs:string

8 #include <string>
38 bool InitByDerivation(const std::string& hostname,
39 const std::string& username,
40 const std::string& password);
44 bool InitByImport(const std::string& user_key,
45 const std::string& encryption_key,
46 const std::string& mac_key);
52 bool Permute(Type type, const std::string& name, std::string* permuted) const;
56 bool Encrypt(const std::string& value, std::string* encrypted) const;
60 bool Decrypt(const std::string& value, std::string* decrypted) const;
63 bool ExportKeys(std::string* user_key,
64 std::string* encryption_key,
65 std::string* mac_key) const;