Searched defs:CryptoParams (Results 1 – 1 of 1) sorted by relevance
36 struct CryptoParams { struct37 CryptoParams() : tag(0) {} in CryptoParams() function38 CryptoParams(int t, in CryptoParams() function44 bool Matches(const CryptoParams& params) const { in Matches() argument48 int tag;49 std::string cipher_suite;50 std::string key_params;51 std::string session_params;