HomeSort by relevance Sort by last modified time
    Searched refs:cryptos (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 120 bool GetSupportedAudioCryptos(CryptoParamsVec* cryptos) {
122 return AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_32, cryptos) &&
123 AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_80, cryptos);
129 bool GetSupportedVideoCryptos(CryptoParamsVec* cryptos) {
131 return AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_80, cryptos);
163 if (audio->cryptos().empty()) {
196 if (video->cryptos().empty()) {
241 const CryptoParamsVec& cryptos = offer->cryptos(); local
243 for (CryptoParamsVec::const_iterator i = cryptos.begin()
858 const CryptoParamsVec& cryptos = audio->cryptos(); local
888 const CryptoParamsVec& cryptos = video->cryptos(); local
954 const CryptoParamsVec& cryptos = audio->cryptos(); local
975 const CryptoParamsVec& cryptos = video->cryptos(); local
    [all...]
channel.cc 494 bool BaseChannel::SetSrtp_w(const std::vector<CryptoParams>& cryptos,
498 ret = srtp_filter_.SetOffer(cryptos, src);
500 ret = srtp_filter_.SetAnswer(cryptos, src);
779 ret = SetSrtp_w(audio->cryptos(), action, CS_LOCAL);
806 ret = SetSrtp_w(audio->cryptos(), action, CS_REMOTE);
    [all...]
mediasessionclient.h 200 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } function in class:cricket::MediaContentDescription

Completed in 65 milliseconds