OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDtlsSrtpCryptoSuites
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/base/
sslstreamadapter.cc
70
bool SSLStreamAdapter::
SetDtlsSrtpCryptoSuites
(
sslstreamadapter.h
184
virtual bool
SetDtlsSrtpCryptoSuites
(const std::vector<int>& crypto_suites);
sslstreamadapter_unittest.cc
463
void
SetDtlsSrtpCryptoSuites
(const std::vector<int>& ciphers, bool client) {
465
client_ssl_->
SetDtlsSrtpCryptoSuites
(ciphers);
467
server_ssl_->
SetDtlsSrtpCryptoSuites
(ciphers);
912
SetDtlsSrtpCryptoSuites
(high, true);
913
SetDtlsSrtpCryptoSuites
(high, false);
930
SetDtlsSrtpCryptoSuites
(low, true);
931
SetDtlsSrtpCryptoSuites
(low, false);
951
SetDtlsSrtpCryptoSuites
(high, true);
952
SetDtlsSrtpCryptoSuites
(low, false);
967
SetDtlsSrtpCryptoSuites
(mixed, true)
[
all
...]
opensslstreamadapter.h
104
bool
SetDtlsSrtpCryptoSuites
(const std::vector<int>& crypto_suites) override;
opensslstreamadapter.cc
413
bool OpenSSLStreamAdapter::
SetDtlsSrtpCryptoSuites
(
[
all
...]
/external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc
282
if (!dtls_->
SetDtlsSrtpCryptoSuites
(srtp_ciphers_)) {
/external/webrtc/talk/session/media/
channel.cc
226
if (!
SetDtlsSrtpCryptoSuites
(transport_channel(), false)) {
230
!
SetDtlsSrtpCryptoSuites
(rtcp_transport_channel(), true)) {
853
bool BaseChannel::
SetDtlsSrtpCryptoSuites
(TransportChannel* tc, bool rtcp) {
[
all
...]
channel.h
250
bool
SetDtlsSrtpCryptoSuites
(TransportChannel* tc, bool rtcp);
Completed in 2941 milliseconds