Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dcryptoparams.h36 struct CryptoParams { struct
37 CryptoParams() : tag(0) {} in CryptoParams() function
38 CryptoParams(int t, in CryptoParams() function
44 bool Matches(const CryptoParams& params) const { in Matches() argument
48 int tag;
49 std::string cipher_suite;
50 std::string key_params;
51 std::string session_params;