Searched refs:CryptoParamsVec (Results 1 – 3 of 3) sorted by relevance
116 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 …]
54 typedef std::vector<CryptoParams> CryptoParamsVec; typedef
68 using cricket::CryptoParamsVec;273 bool CompareCryptoParams(const CryptoParamsVec& c1, in CompareCryptoParams()274 const CryptoParamsVec& c2) { in CompareCryptoParams()