Searched refs:CryptoParamsVec (Results 1 – 1 of 1) sorted by relevance
52 typedef std::vector<CryptoParams> CryptoParamsVec; typedef112 bool AddCryptoParams(const std::string& cipher_suite, CryptoParamsVec *out) { in AddCryptoParams()120 bool GetSupportedAudioCryptos(CryptoParamsVec* cryptos) { in GetSupportedAudioCryptos()129 bool GetSupportedVideoCryptos(CryptoParamsVec* cryptos) { in GetSupportedVideoCryptos()155 CryptoParamsVec audio_cryptos; in CreateOffer()157 for (CryptoParamsVec::const_iterator crypto = audio_cryptos.begin(); in CreateOffer()188 CryptoParamsVec video_cryptos; in CreateOffer()190 for (CryptoParamsVec::const_iterator crypto = video_cryptos.begin(); in CreateOffer()241 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto()243 for (CryptoParamsVec::const_iterator i = cryptos.begin(); in SelectCrypto()[all …]