Home
last modified time | relevance | path

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

/external/libcups/cups/
Dusersys.c59 ssl_max_version;/* Maximum SSL/TLS version */ member
962 …_httpTLSSetOptions(cc.ssl_options | _HTTP_TLS_SET_DEFAULT, cc.ssl_min_version, cc.ssl_max_version); in _cupsSetDefaults()
1171 cc->ssl_max_version = _HTTP_TLS_MAX; in cups_init_client_conf()
1403 cc->ssl_max_version = max_version; in cups_set_ssl_options()
/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()