Home
last modified time | relevance | path

Searched refs:chosen_crypto_suite_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h251 if (chosen_crypto_suite_ != rtc::SRTP_INVALID_CRYPTO_SUITE) { in GetSrtpCryptoSuite()
252 *crypto_suite = chosen_crypto_suite_; in GetSrtpCryptoSuite()
278 if (chosen_crypto_suite_ != rtc::SRTP_INVALID_CRYPTO_SUITE) { in ExportKeyingMaterial()
292 chosen_crypto_suite_ = *it1; in NegotiateSrtpCiphers()
293 dest_->chosen_crypto_suite_ = *it2; in NegotiateSrtpCiphers()
325 int chosen_crypto_suite_ = rtc::SRTP_INVALID_CRYPTO_SUITE; variable