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 119 bool CreateMediaCryptos(const std::vector<std::string>& crypto_suites,
122 for (std::vector<std::string>::const_iterator it = crypto_suites.begin();
123 it != crypto_suites.end(); ++it) {
155 std::vector<std::string>* crypto_suites) {
157 crypto_suites->push_back(CS_AES_CM_128_HMAC_SHA1_32);
158 crypto_suites->push_back(CS_AES_CM_128_HMAC_SHA1_80);
163 std::vector<std::string>* crypto_suites) {
164 GetSupportedDefaultCryptoSuites(crypto_suites);
168 std::vector<std::string>* crypto_suites) {
169 GetSupportedDefaultCryptoSuites(crypto_suites);
1444 std::vector<std::string> crypto_suites; local
1484 std::vector<std::string> crypto_suites; local
1528 std::vector<std::string> crypto_suites; local
    [all...]
mediasession.h 566 void GetSupportedAudioCryptoSuites(std::vector<std::string>* crypto_suites);
567 void GetSupportedVideoCryptoSuites(std::vector<std::string>* crypto_suites);
568 void GetSupportedDataCryptoSuites(std::vector<std::string>* crypto_suites);
569 void GetSupportedDefaultCryptoSuites(std::vector<std::string>* crypto_suites);

Completed in 155 milliseconds