Searched defs:crypto_suites (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc119 bool CreateMediaCryptos(const std::vector<std::string>& crypto_suites, argument
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);
154 GetSupportedAudioCryptoSuites( std::vector<std::string>* crypto_suites) argument
162 GetSupportedVideoCryptoSuites( std::vector<std::string>* crypto_suites) argument
167 GetSupportedDataCryptoSuites( std::vector<std::string>* crypto_suites) argument
172 GetSupportedDefaultCryptoSuites( std::vector<std::string>* crypto_suites) argument
709 CreateMediaContentOffer( const MediaSessionOptions& options, const std::vector<C>& codecs, const SecurePolicy& secure_policy, const CryptoParamsVec* current_cryptos, const std::vector<std::string>& crypto_suites, const RtpHeaderExtensions& rtp_extensions, bool add_legacy_stream, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* offer) argument
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...]

Completed in 75 milliseconds