Home
last modified time | relevance | path

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

/external/libcups/cups/
Dusersys.c73 ssl_max_version;/* Maximum SSL/TLS version */ member
1051 …_httpTLSSetOptions(cc.ssl_options | _HTTP_TLS_SET_DEFAULT, cc.ssl_min_version, cc.ssl_max_version); in _cupsSetDefaults()
1271 cc->ssl_max_version = _HTTP_TLS_MAX; in cups_init_client_conf()
1551 cc->ssl_max_version = max_version; in cups_set_ssl_options()
/external/webrtc/pc/
Djsep_transport_controller.h81 rtc::SSLProtocolVersion ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; member
Dpeer_connection_integrationtest.cc3249 dtls_10_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_P()
3267 dtls_10_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_P()
3289 dtls_12_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_P()
3312 caller_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_P()
3314 callee_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_P()
3333 caller_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_10; in TEST_P()
3335 callee_options.ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; in TEST_P()
Djsep_transport_controller.cc451 dtls->SetSslMaxProtocolVersion(config_.ssl_max_version); in CreateDtlsTransport()
Dpeer_connection.cc1209 config.ssl_max_version = factory_->options().ssl_max_version; in Initialize()
/external/webrtc/api/
Dpeer_connection_interface.h1346 rtc::SSLProtocolVersion ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12; variable