Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc416 std::string internal_ciphers; in SetDtlsSrtpCryptoSuites() local
428 if (!internal_ciphers.empty()) in SetDtlsSrtpCryptoSuites()
429 internal_ciphers += ":"; in SetDtlsSrtpCryptoSuites()
430 internal_ciphers += entry->internal_name; in SetDtlsSrtpCryptoSuites()
441 if (internal_ciphers.empty()) in SetDtlsSrtpCryptoSuites()
444 srtp_ciphers_ = internal_ciphers; in SetDtlsSrtpCryptoSuites()