Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.cc120 bool GetSupportedAudioCryptos(CryptoParamsVec* cryptos) { in GetSupportedAudioCryptos()
129 bool GetSupportedVideoCryptos(CryptoParamsVec* cryptos) { in GetSupportedVideoCryptos()
241 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto() local
803 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() local
888 const CryptoParamsVec& cryptos = video->cryptos(); in CreateGingleVideoContentElem() local
954 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateJingleAudioContentElem() local
975 const CryptoParamsVec& cryptos = video->cryptos(); in CreateJingleVideoContentElem() local
Dmediasessionclient.h200 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } in cryptos() function
Dchannel.cc494 bool BaseChannel::SetSrtp_w(const std::vector<CryptoParams>& cryptos, in SetSrtp_w()