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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 99 bool CreateCryptoParams(int tag, const std::string& cipher, CryptoParams *out) {
116 return CreateCryptoParams(size, cipher_suite, &out->at(size));
247 return CreateCryptoParams(i->tag, i->cipher_suite, crypto);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 83 static bool CreateCryptoParams(int tag, const std::string& cipher,
104 return CreateCryptoParams(size, cipher_suite, &out->at(size));
188 return CreateCryptoParams(i->tag, i->cipher_suite, crypto);
    [all...]

Completed in 27 milliseconds