Home | History | Annotate | Download | only in crypto

Lines Matching refs:string

57   // GetMessage returns a byte string which must be passed to the other party
59 const std::string& GetMessage();
67 const std::string& error() const;
71 const std::string& GetKey();
87 std::string next_message_;
88 std::string error_;
94 const std::string& client_masked_dh,
95 const std::string& server_masked_dh,
96 const std::string& k,
109 std::string key_;