Searched defs:CryptoParams (Results 1 – 1 of 1) sorted by relevance
23 struct CryptoParams { struct24 CryptoParams() : tag(0) {} in CryptoParams() argument25 CryptoParams(int t, in CryptoParams() function31 bool Matches(const CryptoParams& params) const { in Matches() argument35 int tag;36 std::string cipher_suite;37 std::string key_params;38 std::string session_params;