Searched defs:CryptoParams (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcryptoparams.h36 struct CryptoParams { struct in namespace:cricket
37 CryptoParams() : tag(0) {} function in struct:cricket::CryptoParams
38 CryptoParams(int t, const std::string& cs, function in struct:cricket::CryptoParams
42 bool Matches(const CryptoParams& params) const {

Completed in 82 milliseconds