Searched defs:cryptos (Results 1 – 3 of 3) sorted by relevance
120 bool GetSupportedAudioCryptos(CryptoParamsVec* cryptos) { in GetSupportedAudioCryptos()129 bool GetSupportedVideoCryptos(CryptoParamsVec* cryptos) { in GetSupportedVideoCryptos()241 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto() local803 buzz::XmlElement* CreateJingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateJingleEncryptionElem()827 buzz::XmlElement* CreateGingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateGingleEncryptionElem()858 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateGingleAudioContentElem() local888 const CryptoParamsVec& cryptos = video->cryptos(); in CreateGingleVideoContentElem() local954 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateJingleAudioContentElem() local975 const CryptoParamsVec& cryptos = video->cryptos(); in CreateJingleVideoContentElem() local
200 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } in cryptos() function
494 bool BaseChannel::SetSrtp_w(const std::vector<CryptoParams>& cryptos, in SetSrtp_w()