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

  /external/webrtc/talk/session/media/
mediasession.h 202 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } function in class:cricket::MediaContentDescription
206 void set_cryptos(const std::vector<CryptoParams>& cryptos) {
207 cryptos_ = cryptos;
mediasession.cc 123 void AddMediaCryptos(const CryptoParamsVec& cryptos,
125 for (CryptoParamsVec::const_iterator crypto = cryptos.begin();
126 crypto != cryptos.end(); ++crypto) {
133 CryptoParamsVec cryptos; local
136 if (!AddCryptoParams(*it, &cryptos)) {
140 AddMediaCryptos(cryptos, media);
149 return &media->cryptos();
152 bool FindMatchingCrypto(const CryptoParamsVec& cryptos,
155 for (CryptoParamsVec::const_iterator it = cryptos.begin();
156 it != cryptos.end(); ++it)
217 const CryptoParamsVec& cryptos = offer->cryptos(); local
694 CryptoParamsVec cryptos; local
    [all...]
  /external/libweave/src/privet/
privet_handler.cc 593 std::set<CryptoType> cryptos = security_->GetCryptoTypes(); local
595 cryptos.find(crypto) == cryptos.end()) {
    [all...]

Completed in 87 milliseconds