Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dopenssl_stream_adapter.cc440 std::string internal_ciphers; in SetDtlsSrtpCryptoSuites() local
446 if (!internal_ciphers.empty()) { in SetDtlsSrtpCryptoSuites()
447 internal_ciphers += ":"; in SetDtlsSrtpCryptoSuites()
449 internal_ciphers += entry.internal_name; in SetDtlsSrtpCryptoSuites()
460 if (internal_ciphers.empty()) { in SetDtlsSrtpCryptoSuites()
464 srtp_ciphers_ = internal_ciphers; in SetDtlsSrtpCryptoSuites()