Home
last modified time | relevance | path

Searched defs:SetDtlsSrtpCryptoSuites (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_stream_adapter.cc111 bool SSLStreamAdapter::SetDtlsSrtpCryptoSuites( in SetDtlsSrtpCryptoSuites() function in rtc::SSLStreamAdapter
H A Dopenssl_stream_adapter.cc470 bool OpenSSLStreamAdapter::SetDtlsSrtpCryptoSuites( in SetDtlsSrtpCryptoSuites() function in rtc::OpenSSLStreamAdapter
H A Dssl_stream_adapter_unittest.cc695 void SetDtlsSrtpCryptoSuites(const std::vector<int>& ciphers, bool client) { in SetDtlsSrtpCryptoSuites() function in SSLStreamAdapterTestBase