Home
last modified time | relevance | path

Searched refs:client_version (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DClientHello.pm32 $self->{client_version} = 0;
50 my ($client_version) = unpack('n', $self->data);
83 $self->client_version($client_version);
96 print " Client Version:".$client_version."\n";
137 $data = pack('n', $self->client_version);
168 sub client_version subroutine
172 $self->{client_version} = shift;
174 return $self->{client_version};
/third_party/openssl/util/perl/TLSProxy/
H A DClientHello.pm32 $self->{client_version} = 0;
50 my ($client_version) = unpack('n', $self->data);
83 $self->client_version($client_version);
96 print " Client Version:".$client_version."\n";
137 $data = pack('n', $self->client_version);
168 sub client_version subroutine
172 $self->{client_version} = shift;
174 return $self->{client_version};
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c76 unsigned int client_version; member
268 if (prsactx->client_version <= 0) { in rsa_decrypt()
275 prsactx->client_version, prsactx->alt_version); in rsa_decrypt()
397 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->client_version)) in rsa_get_ctx_params()
537 unsigned int client_version; in rsa_set_ctx_params() local
539 if (!OSSL_PARAM_get_uint(p, &client_version)) in rsa_set_ctx_params()
541 prsactx->client_version = client_version; in rsa_set_ctx_params()
/third_party/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c76 unsigned int client_version; member
268 if (prsactx->client_version <= 0) { in rsa_decrypt()
275 prsactx->client_version, prsactx->alt_version); in rsa_decrypt()
397 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->client_version)) in rsa_get_ctx_params()
537 unsigned int client_version; in rsa_set_ctx_params() local
539 if (!OSSL_PARAM_get_uint(p, &client_version)) in rsa_set_ctx_params()
541 prsactx->client_version = client_version; in rsa_set_ctx_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server_read.c175 /* ProtocolVersion client_version */ in tls_process_client_hello()
177 tlsv1_server_log(conn, "Truncated ClientHello/client_version"); in tls_process_client_hello()
180 conn->client_version = WPA_GET_BE16(pos); in tls_process_client_hello()
182 conn->client_version >> 8, in tls_process_client_hello()
183 conn->client_version & 0xff); in tls_process_client_hello()
184 if (conn->client_version < TLS_VERSION_1) { in tls_process_client_hello()
186 conn->client_version >> 8, in tls_process_client_hello()
187 conn->client_version & 0xff); in tls_process_client_hello()
197 else if (conn->client_version >= TLS_VERSION_1_2) in tls_process_client_hello()
200 else if (conn->client_version > TLS_VERSION_1_ in tls_process_client_hello()
[all...]
H A Dtlsv1_server_i.h48 u16 client_version; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server_read.c175 /* ProtocolVersion client_version */ in tls_process_client_hello()
177 tlsv1_server_log(conn, "Truncated ClientHello/client_version"); in tls_process_client_hello()
180 conn->client_version = WPA_GET_BE16(pos); in tls_process_client_hello()
182 conn->client_version >> 8, in tls_process_client_hello()
183 conn->client_version & 0xff); in tls_process_client_hello()
184 if (conn->client_version < TLS_VERSION_1) { in tls_process_client_hello()
186 conn->client_version >> 8, in tls_process_client_hello()
187 conn->client_version & 0xff); in tls_process_client_hello()
197 else if (conn->client_version >= TLS_VERSION_1_2) in tls_process_client_hello()
200 else if (conn->client_version > TLS_VERSION_1_ in tls_process_client_hello()
[all...]
H A Dtlsv1_server_i.h48 u16 client_version; member
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pk1.c283 * originally requested should be passed in |client_version|. Some buggy clients
300 size_t flen, int client_version, in ossl_rsa_padding_check_PKCS1_type_2_TLS()
345 (client_version >> 8) & 0xff); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
348 client_version & 0xff); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
297 ossl_rsa_padding_check_PKCS1_type_2_TLS(OSSL_LIB_CTX *libctx, unsigned char *to, size_t tlen, const unsigned char *from, size_t flen, int client_version, int alt_version) ossl_rsa_padding_check_PKCS1_type_2_TLS() argument
/third_party/openssl/crypto/rsa/
H A Drsa_pk1.c283 * originally requested should be passed in |client_version|. Some buggy clients
300 size_t flen, int client_version, in ossl_rsa_padding_check_PKCS1_type_2_TLS()
345 (client_version >> 8) & 0xff); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
348 client_version & 0xff); in ossl_rsa_padding_check_PKCS1_type_2_TLS()
297 ossl_rsa_padding_check_PKCS1_type_2_TLS(OSSL_LIB_CTX *libctx, unsigned char *to, size_t tlen, const unsigned char *from, size_t flen, int client_version, int alt_version) ossl_rsa_padding_check_PKCS1_type_2_TLS() argument
/third_party/ffmpeg/libavutil/
H A Dvulkan_glslang.c161 .client_version = GLSLANG_TARGET_VULKAN_1_2, in glslc_shader_compile()
164 .client_version = GLSLANG_TARGET_VULKAN_1_1, in glslc_shader_compile()
/third_party/glslang/glslang/CInterface/
H A Dglslang_c_interface.cpp250 static glslang::EShTargetClientVersion c_shader_client_version(glslang_target_client_version_t client_version) in c_shader_client_version() argument
252 switch (client_version) { in c_shader_client_version()
327 shader->shader->setEnvClient(c_shader_client(input->client), c_shader_client_version(input->client_version)); in glslang_shader_create()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c1795 int client_version = hello->legacy_version; in ssl_choose_server_version() local
1801 s->client_version = client_version; in ssl_choose_server_version()
1806 if (version_cmp(s, client_version, s->version) < 0) in ssl_choose_server_version()
1859 if (client_version <= SSL3_VERSION) in ssl_choose_server_version()
1895 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version()
1896 client_version = TLS1_2_VERSION; in ssl_choose_server_version()
1906 version_cmp(s, client_version, vent->version) < 0) in ssl_choose_server_version()
2172 * In a renegotiation we always send the same client_version that we sent in ssl_set_client_hello_version()
2189 s->client_version in ssl_set_client_hello_version()
[all...]
H A Dstatem_clnt.c1157 * an SSLv2/v3 compatible client hello). The client_version in tls_construct_client_hello()
1182 * client_version in client hello and not resetting it to in tls_construct_client_hello()
1188 if (!WPACKET_put_bytes_u16(pkt, s->client_version) in tls_construct_client_hello()
2863 pms[0] = s->client_version >> 8; in tls_construct_cke_rsa()
2864 pms[1] = s->client_version & 0xff; in tls_construct_cke_rsa()
H A Dstatem_srvr.c1127 * 2 + # client_version
1657 s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
1675 s->version = s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
1710 s->version = s->client_version; in tls_early_post_process_client_hello()
2936 (unsigned int *)&s->client_version); in tls_process_cke_rsa()
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c1760 int client_version = hello->legacy_version; in ssl_choose_server_version() local
1766 s->client_version = client_version; in ssl_choose_server_version()
1771 if (version_cmp(s, client_version, s->version) < 0) in ssl_choose_server_version()
1824 if (client_version <= SSL3_VERSION) in ssl_choose_server_version()
1860 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version()
1861 client_version = TLS1_2_VERSION; in ssl_choose_server_version()
1871 version_cmp(s, client_version, vent->version) < 0) in ssl_choose_server_version()
2137 * In a renegotiation we always send the same client_version that we sent in ssl_set_client_hello_version()
2154 s->client_version in ssl_set_client_hello_version()
[all...]
H A Dstatem_clnt.c1149 * an SSLv2/v3 compatible client hello). The client_version in tls_construct_client_hello()
1174 * client_version in client hello and not resetting it to in tls_construct_client_hello()
1180 if (!WPACKET_put_bytes_u16(pkt, s->client_version) in tls_construct_client_hello()
2855 pms[0] = s->client_version >> 8; in tls_construct_cke_rsa()
2856 pms[1] = s->client_version & 0xff; in tls_construct_cke_rsa()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Drsa.h89 size_t flen, int client_version,
/third_party/openssl/include/crypto/
H A Drsa.h89 size_t flen, int client_version,
/third_party/glslang/glslang/Include/
H A Dglslang_c_interface.h204 glslang_target_client_version_t client_version; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dtypes.rs499 client_version: c_int,
576 client_version: c_int,
684 client_version: c_int,
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c216 s->client_version = s->version = DTLS1_BAD_VER; in dtls1_clear()
H A Dssl_local.h385 ((!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION) || \
386 (SSL_IS_DTLS(s) && DTLS_VERSION_GE(s->client_version, DTLS1_2_VERSION)))
1594 int client_version; member
/third_party/openssl/ssl/
H A Dd1_lib.c199 s->client_version = s->version = DTLS1_BAD_VER; in dtls1_clear()
H A Dssl_local.h378 ((!SSL_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION) || \
379 (SSL_IS_DTLS(s) && DTLS_VERSION_GE(s->client_version, DTLS1_2_VERSION)))
1565 int client_version; member

Completed in 40 milliseconds

12