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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 200 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } function in class:cricket::MediaContentDescription
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...]

Completed in 39 milliseconds