Lines Matching refs:CryptoParamsVec
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()
612 const CryptoParamsVec* filter) { in CryptoNotFound()
616 for (CryptoParamsVec::const_iterator it = filter->begin(); in CryptoNotFound()
627 static void PruneCryptos(const CryptoParamsVec& filter, in PruneCryptos()
628 CryptoParamsVec* target_cryptos) { in PruneCryptos()
673 CryptoParamsVec common_cryptos; in UpdateCryptoParamsForBundle()
694 CryptoParamsVec cryptos; in UpdateCryptoParamsForBundle()
753 const CryptoParamsVec* current_cryptos, in CreateMediaContentOffer()
1031 const CryptoParamsVec* current_cryptos, in CreateMediaContentAnswer()