Home
last modified time | relevance | path

Searched refs:client_version (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_read.c171 conn->client_version = WPA_GET_BE16(pos); in tls_process_client_hello()
173 conn->client_version >> 8, in tls_process_client_hello()
174 conn->client_version & 0xff); in tls_process_client_hello()
175 if (conn->client_version < TLS_VERSION_1) { in tls_process_client_hello()
177 conn->client_version >> 8, in tls_process_client_hello()
178 conn->client_version & 0xff); in tls_process_client_hello()
188 else if (conn->client_version >= TLS_VERSION_1_2) in tls_process_client_hello()
191 else if (conn->client_version > TLS_VERSION_1_1) in tls_process_client_hello()
194 conn->rl.tls_version = conn->client_version; in tls_process_client_hello()
637 if (!use_random && WPA_GET_BE16(out) != conn->client_version) { in tls_process_client_key_exchange_rsa()
Dtlsv1_server_i.h46 u16 client_version; member
/external/webrtc/webrtc/libjingle/xmpp/
Dchatroommoduleimpl.cc49 const std::string& client_version,
261 const std::string& client_version, in RequestEnterChatroom() argument
281 if (!client_version.empty()) { in RequestEnterChatroom()
284 client_version_element->SetBodyText(client_version); in RequestEnterChatroom()
Dchatroommodule.h74 const std::string& client_version,
/external/boringssl/src/ssl/
Dhandshake_client.c688 if (!CBB_add_u16(&body, hs->client_version) || in ssl_write_client_hello()
757 hs->client_version = max_wire_version; in ssl3_send_client_hello()
759 hs->client_version = ssl->method->version_to_wire(TLS1_2_VERSION); in ssl3_send_client_hello()
1606 pms[0] = hs->client_version >> 8; in ssl3_send_client_key_exchange()
1607 pms[1] = hs->client_version & 0xff; in ssl3_send_client_key_exchange()
Dhandshake_server.c631 hs->client_version = client_hello->version; in negotiate_version()
1674 (unsigned)(hs->client_version >> 8)); in ssl3_get_client_key_exchange()
1676 (unsigned)(hs->client_version & 0xff)); in ssl3_get_client_key_exchange()
Dinternal.h1137 uint16_t client_version; in OPENSSL_MSVC_PRAGMA() member
Dt1_lib.c2717 if (hs->client_version == SSL3_VERSION && in ssl_add_clienthello_tlsext()
/external/webrtc/webrtc/base/
Dsslstreamadapter_unittest.cc363 rtc::SSLProtocolVersion client_version) { in SetupProtocolVersions() argument
365 client_ssl_->SetMaxProtocolVersion(client_version); in SetupProtocolVersions()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...