Home | History | Annotate | Download | only in protocol

Lines Matching refs:string

15 #include <string>
42 // Parses a string that defines an authentication method. Returns an
43 // invalid value if the string is invalid.
44 static AuthenticationMethod FromString(const std::string& value);
48 static std::string ApplyHashFunction(HashFunction hash_function,
49 const std::string& tag,
50 const std::string& shared_secret);
61 // Returns string representation of the value stored in this object.
62 const std::string ToString() const;
83 std::string value;
85 // Parse string representation of a shared secret hash. The |as_string|
87 bool Parse(const std::string& as_string);