Home | History | Annotate | Download | only in crypto

Lines Matching refs:string

10 #include <string>
62 // GetNextMessage returns a byte string which must be passed to the other
64 const std::string& GetNextMessage();
72 const std::string& error() const;
76 const std::string& GetKey() const;
80 const std::string& GetUnverifiedKey() const;
98 void SetXForTesting(const std::string& x);
103 std::string next_message_;
104 std::string error_;
109 const std::string& client_masked_dh,
110 const std::string& server_masked_dh,
111 const std::string& k,
124 std::string key_;