Home
last modified time | relevance | path

Searched defs:cryptos (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession.cc123 void AddMediaCryptos(const CryptoParamsVec& cryptos, in AddMediaCryptos()
133 CryptoParamsVec cryptos; in CreateMediaCryptos() local
152 bool FindMatchingCrypto(const CryptoParamsVec& cryptos, in FindMatchingCrypto()
217 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto() local
593 CryptoParamsVec* cryptos) { in GetCryptosByName()
694 CryptoParamsVec cryptos; in UpdateCryptoParamsForBundle() local
Dmediasession.h202 const std::vector<CryptoParams>& cryptos() const { return cryptos_; } in cryptos() function
206 void set_cryptos(const std::vector<CryptoParams>& cryptos) { in set_cryptos()
Dchannel.cc1018 bool BaseChannel::CheckSrtpConfig(const std::vector<CryptoParams>& cryptos, in CheckSrtpConfig()
1030 bool BaseChannel::SetSrtp_w(const std::vector<CryptoParams>& cryptos, in SetSrtp_w()