Home
last modified time | relevance | path

Searched refs:CryptoParamsVec (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession.cc116 CryptoParamsVec *out) { in AddCryptoParams()
123 void AddMediaCryptos(const CryptoParamsVec& cryptos, in AddMediaCryptos()
125 for (CryptoParamsVec::const_iterator crypto = cryptos.begin(); in AddMediaCryptos()
133 CryptoParamsVec cryptos; in CreateMediaCryptos()
145 const CryptoParamsVec* GetCryptos(const MediaContentDescription* media) { in GetCryptos()
152 bool FindMatchingCrypto(const CryptoParamsVec& cryptos, in FindMatchingCrypto()
155 for (CryptoParamsVec::const_iterator it = cryptos.begin(); in FindMatchingCrypto()
217 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto()
219 for (CryptoParamsVec::const_iterator i = cryptos.begin(); in SelectCrypto()
593 CryptoParamsVec* cryptos) { in GetCryptosByName()
[all …]
Dmediasession.h54 typedef std::vector<CryptoParams> CryptoParamsVec; typedef
Dmediasession_unittest.cc68 using cricket::CryptoParamsVec;
273 bool CompareCryptoParams(const CryptoParamsVec& c1, in CompareCryptoParams()
274 const CryptoParamsVec& c2) { in CompareCryptoParams()