Searched refs:CryptoParamsVec (Results 1 – 4 of 4) sorted by relevance
104 CryptoParamsVec *out) { in AddCryptoParams()111 void AddMediaCryptos(const CryptoParamsVec& cryptos, in AddMediaCryptos()113 for (CryptoParamsVec::const_iterator crypto = cryptos.begin(); in AddMediaCryptos()121 CryptoParamsVec cryptos; in CreateMediaCryptos()133 const CryptoParamsVec* GetCryptos(const MediaContentDescription* media) { in GetCryptos()140 bool FindMatchingCrypto(const CryptoParamsVec& cryptos, in FindMatchingCrypto()143 for (CryptoParamsVec::const_iterator it = cryptos.begin(); in FindMatchingCrypto()186 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto()188 for (CryptoParamsVec::const_iterator i = cryptos.begin(); in SelectCrypto()556 CryptoParamsVec* cryptos) { in GetCryptosByName()[all …]
799 buzz::XmlElement* CreateJingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateJingleEncryptionElem()807 for (CryptoParamsVec::const_iterator i = cryptos.begin(); in CreateJingleEncryptionElem()823 buzz::XmlElement* CreateGingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateGingleEncryptionElem()854 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateGingleAudioContentElem()882 const CryptoParamsVec& cryptos = video->cryptos(); in CreateGingleVideoContentElem()1000 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateJingleAudioContentElem()1027 const CryptoParamsVec& cryptos = video->cryptos(); in CreateJingleVideoContentElem()1079 const CryptoParamsVec& cryptos = data->cryptos(); in CreateJingleRtpDataContentElem()
54 typedef std::vector<CryptoParams> CryptoParamsVec; typedef
68 using cricket::CryptoParamsVec;242 bool CompareCryptoParams(const CryptoParamsVec& c1, in CompareCryptoParams()243 const CryptoParamsVec& c2) { in CompareCryptoParams()