Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc308 int current_srtp_cipher; in SetSrtpCryptoSuites() local
309 if (!dtls_->GetDtlsSrtpCryptoSuite(&current_srtp_cipher)) { in SetSrtpCryptoSuites()
314 std::find(ciphers.begin(), ciphers.end(), current_srtp_cipher); in SetSrtpCryptoSuites()
324 << "current cipher = " << current_srtp_cipher << " and " in SetSrtpCryptoSuites()