HomeSort by relevance Sort by last modified time
    Searched defs:crypto_suites (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportchannel.cc 63 std::vector<int> crypto_suites; local
65 crypto_suites.push_back(rtc::SrtpCryptoSuiteFromName(cipher));
67 return SetSrtpCryptoSuites(crypto_suites);
  /external/webrtc/talk/session/media/
channel.cc 854 std::vector<int> crypto_suites; local
858 GetSrtpCryptoSuites(&crypto_suites);
860 GetDefaultSrtpCryptoSuites(&crypto_suites);
862 return tc->SetSrtpCryptoSuites(crypto_suites);
    [all...]
mediasession.cc 57 std::vector<int> crypto_suites; local
58 func(&crypto_suites);
59 for (const auto crypto : crypto_suites) {
131 bool CreateMediaCryptos(const std::vector<std::string>& crypto_suites,
134 for (std::vector<std::string>::const_iterator it = crypto_suites.begin();
135 it != crypto_suites.end(); ++it) {
166 void GetSupportedAudioCryptoSuites(std::vector<int>* crypto_suites) {
168 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_32);
169 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_80);
179 void GetSupportedVideoCryptoSuites(std::vector<int>* crypto_suites) {
1572 std::vector<std::string> crypto_suites; local
1631 std::vector<std::string> crypto_suites; local
1695 std::vector<std::string> crypto_suites; local
    [all...]

Completed in 97 milliseconds