Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h510 ssl_max_version(rtc::SSL_PROTOCOL_DTLS_12) {} in Options()
523 rtc::SSLProtocolVersion ssl_max_version; variable
Dpeerconnection_unittest.cc1460 init_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_F()
1462 recv_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_F()
1498 init_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_F()
1500 recv_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_F()
1530 init_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_F()
1532 recv_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_F()
1562 init_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_F()
1564 recv_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_F()
Dwebrtcsession.cc606 transport_controller_->SetSslMaxProtocolVersion(options.ssl_max_version); in Initialize()