Searched refs:internal_ciphers (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dopensslstreamadapter.cc267 std::string internal_ciphers; local
279 if (!internal_ciphers.empty())
280 internal_ciphers += ":";
281 internal_ciphers += entry->internal_name;
292 if (internal_ciphers.empty())
295 srtp_ciphers_ = internal_ciphers;
H A Dnssstreamadapter.cc908 std::vector<PRUint16> internal_ciphers; local
919 internal_ciphers.push_back(entry->cipher_id);
930 if (internal_ciphers.empty())
933 srtp_ciphers_ = internal_ciphers;
/external/chromium_org/third_party/webrtc/base/
H A Dopensslstreamadapter.cc250 std::string internal_ciphers; local
262 if (!internal_ciphers.empty())
263 internal_ciphers += ":";
264 internal_ciphers += entry->internal_name;
275 if (internal_ciphers.empty())
278 srtp_ciphers_ = internal_ciphers;
H A Dnssstreamadapter.cc890 std::vector<PRUint16> internal_ciphers; local
901 internal_ciphers.push_back(entry->cipher_id);
912 if (internal_ciphers.empty())
915 srtp_ciphers_ = internal_ciphers;

Completed in 402 milliseconds