Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/
H A Dcrypto_params.h23 struct CryptoParams { struct
24 CryptoParams() : tag(0) {} in CryptoParams() argument
25 CryptoParams(int t, in CryptoParams() function
31 bool Matches(const CryptoParams& params) const { in Matches() argument
35 int tag;
36 std::string cipher_suite;
37 std::string key_params;
38 std::string session_params;