Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dcryptoparams.h36 struct CryptoParams { struct
37 CryptoParams() : tag(0) {} in CryptoParams() function
38 CryptoParams(int t, const std::string& cs, in CryptoParams() function
42 bool Matches(const CryptoParams& params) const { in Matches() argument
46 int tag;
47 std::string cipher_suite;
48 std::string key_params;
49 std::string session_params;
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dcryptoparams.h36 struct CryptoParams { struct
37 CryptoParams() : tag(0) {} in CryptoParams() function
38 CryptoParams(int t, const std::string& cs, in CryptoParams() argument
42 bool Matches(const CryptoParams& params) const { in Matches() argument
46 int tag;
47 std::string cipher_suite;
48 std::string key_params;
49 std::string session_params;