Searched refs:srtp_ciphers_ (Results 1 – 7 of 7) sorted by relevance
277 if (!srtp_ciphers_.empty()) { in SetupDtls()278 if (!dtls_->SetDtlsSrtpCiphers(srtp_ciphers_)) { in SetupDtls()292 if (srtp_ciphers_ == ciphers) in SetSrtpCiphers()328 srtp_ciphers_ = ciphers; in SetSrtpCiphers()362 ASSERT(!srtp_ciphers_.empty()); in SendPacket()500 ASSERT(!srtp_ciphers_.empty()); in OnReadPacket()
227 srtp_ciphers_ = ciphers; in SetSrtpCiphers()270 for (std::vector<std::string>::const_iterator it1 = srtp_ciphers_.begin(); in NegotiateSrtpCiphers()271 it1 != srtp_ciphers_.end(); ++it1) { in NegotiateSrtpCiphers()273 dest_->srtp_ciphers_.begin(); in NegotiateSrtpCiphers()274 it2 != dest_->srtp_ciphers_.end(); ++it2) { in NegotiateSrtpCiphers()300 std::vector<std::string> srtp_ciphers_; variable
245 std::vector<std::string> srtp_ciphers_; // SRTP ciphers to use with DTLS. variable
527 if (!srtp_ciphers_.empty()) { in BeginSSL()528 rv = SSL_SetSRTPCiphers(ssl_fd_, &srtp_ciphers_[0], srtp_ciphers_.size()); in BeginSSL()909 srtp_ciphers_ = internal_ciphers; in SetDtlsSrtpCiphers()
123 std::vector<PRUint16> srtp_ciphers_; // SRTP cipher list variable
207 std::string srtp_ciphers_; variable
306 srtp_ciphers_ = internal_ciphers; in SetDtlsSrtpCiphers()797 if (!srtp_ciphers_.empty()) { in SetupSSLContext()798 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_ciphers_.c_str())) { in SetupSSLContext()