Searched refs:ssl_max_version (Results 1 – 3 of 3) sorted by relevance
510 ssl_max_version(rtc::SSL_PROTOCOL_DTLS_12) {} in Options()523 rtc::SSLProtocolVersion ssl_max_version; variable
1460 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()
606 transport_controller_->SetSslMaxProtocolVersion(options.ssl_max_version); in Initialize()