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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
cryptoparams.h 36 struct CryptoParams {
37 CryptoParams() : tag(0) {}
38 CryptoParams(int t, const std::string& cs,
42 bool Matches(const CryptoParams& params) const {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cryptoparams.h 36 struct CryptoParams {
37 CryptoParams() : tag(0) {}
38 CryptoParams(int t, const std::string& cs,
42 bool Matches(const CryptoParams& params) const {

Completed in 34 milliseconds