Searched refs:srtp_ciphers_ (Results 1 – 4 of 4) sorted by relevance
136 srtp_ciphers_(crypto_options.GetSupportedDtlsSrtpCryptoSuites()), in DtlsTransport()368 if (!srtp_ciphers_.empty()) { in SetupDtls()369 if (!dtls_->SetDtlsSrtpCryptoSuites(srtp_ciphers_)) { in SetupDtls()421 RTC_DCHECK(!srtp_ciphers_.empty()); in SendPacket()630 RTC_DCHECK(!srtp_ciphers_.empty()); in OnReadPacket()
233 std::vector<int> srtp_ciphers_; // SRTP ciphers to use with DTLS. variable
209 std::string srtp_ciphers_; variable
464 srtp_ciphers_ = internal_ciphers; in SetDtlsSrtpCryptoSuites()1037 if (!srtp_ciphers_.empty()) { in SetupSSLContext()1038 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_ciphers_.c_str())) { in SetupSSLContext()