Searched defs:CryptoParams (Results 1 – 1 of 1) sorted by relevance
21 struct CryptoParams { struct22 CryptoParams() : tag(0) {} in CryptoParams() function23 CryptoParams(int t, in CryptoParams() argument29 bool Matches(const CryptoParams& params) const { in Matches() argument33 int tag;34 std::string cipher_suite;35 std::string key_params;36 std::string session_params;