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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 112 bool AddCryptoParams(const std::string& cipher_suite, CryptoParamsVec *out) {
122 return AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_32, cryptos) &&
123 AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_80, cryptos);
131 return AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_80, cryptos);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 99 static bool AddCryptoParams(const std::string& cipher_suite,
120 if (!AddCryptoParams(*it, &cryptos)) {
    [all...]

Completed in 69 milliseconds