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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 115 bool CreateMediaCryptos(const std::vector<std::string>& crypto_suites,
118 for (std::vector<std::string>::const_iterator it = crypto_suites.begin();
119 it != crypto_suites.end(); ++it) {
151 std::vector<std::string>* crypto_suites) {
153 crypto_suites->push_back(CS_AES_CM_128_HMAC_SHA1_32);
154 crypto_suites->push_back(CS_AES_CM_128_HMAC_SHA1_80);
159 std::vector<std::string>* crypto_suites) {
160 GetSupportedDefaultCryptoSuites(crypto_suites);
164 std::vector<std::string>* crypto_suites) {
165 GetSupportedDefaultCryptoSuites(crypto_suites);
1122 std::vector<std::string> crypto_suites; local
1153 std::vector<std::string> crypto_suites; local
1185 std::vector<std::string> crypto_suites; local
    [all...]
mediasession.h 500 void GetSupportedAudioCryptoSuites(std::vector<std::string>* crypto_suites);
501 void GetSupportedVideoCryptoSuites(std::vector<std::string>* crypto_suites);
502 void GetSupportedDataCryptoSuites(std::vector<std::string>* crypto_suites);
503 void GetSupportedDefaultCryptoSuites(std::vector<std::string>* crypto_suites);

Completed in 1414 milliseconds