Home
last modified time | relevance | path

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

/external/webrtc/api/
Dcrypto_params.h21 struct CryptoParams { struct
22 CryptoParams() : tag(0) {} in CryptoParams() function
23 CryptoParams(int t, in CryptoParams() argument
29 bool Matches(const CryptoParams& params) const { in Matches() argument
33 int tag;
34 std::string cipher_suite;
35 std::string key_params;
36 std::string session_params;