Home
last modified time | relevance | path

Searched defs:cryptos (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasessionclient.cc789 buzz::XmlElement* CreateJingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateJingleEncryptionElem()
813 buzz::XmlElement* CreateGingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateGingleEncryptionElem()
844 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateGingleAudioContentElem() local
872 const CryptoParamsVec& cryptos = video->cryptos(); in CreateGingleVideoContentElem() local
990 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateJingleAudioContentElem() local
1017 const CryptoParamsVec& cryptos = video->cryptos(); in CreateJingleVideoContentElem() local
1069 const CryptoParamsVec& cryptos = data->cryptos(); in CreateJingleRtpDataContentElem() local
Dmediasession.cc111 void AddMediaCryptos(const CryptoParamsVec& cryptos, in AddMediaCryptos()
121 CryptoParamsVec cryptos; in CreateMediaCryptos() local
140 bool FindMatchingCrypto(const CryptoParamsVec& cryptos, in FindMatchingCrypto()
186 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto() local
556 CryptoParamsVec* cryptos) { in GetCryptosByName()
654 CryptoParamsVec cryptos; in UpdateCryptoParamsForBundle() local
Dmediasession.h191 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } in cryptos() function
195 void set_cryptos(const std::vector<CryptoParams>& cryptos) { in set_cryptos()
Dchannel.cc889 bool BaseChannel::CheckSrtpConfig(const std::vector<CryptoParams>& cryptos, in CheckSrtpConfig()
901 bool BaseChannel::SetSrtp_w(const std::vector<CryptoParams>& cryptos, in SetSrtp_w()