Searched refs:max_ver (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 391 ver_in_range(int ver, int min_ver, int max_ver) in ver_in_range() argument 394 (max_ver == 0 || ver <= max_ver)); in ver_in_range() 398 skip_if_ver_mismatch(struct parser_context *ctx, int min_ver, int max_ver) in skip_if_ver_mismatch() argument 401 min_ver, max_ver)) { in skip_if_ver_mismatch() 417 int max_ver = 0; in start_element() local 431 max_ver = strtoul(atts[i + 1], NULL, 0); in start_element() 434 if (skip_if_ver_mismatch(ctx, min_ver, max_ver)) in start_element() 443 assert(ver_in_range(ctx->devinfo->ver, min_ver, max_ver)); in start_element()
|
D | gen_pack_header.py | 194 self.max_ver = 0 435 if self.group.max_ver != 0 and self.ver > self.group.max_ver: 478 self.group.max_ver = attrs["max_ver"]
|
/third_party/rust/crates/version_check/src/ |
D | lib.rs | 237 (Some(rustc_ver), Some(max_ver)) => Some(rustc_ver <= max_ver), in is_max_version()
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 1252 && (SSL_IS_DTLS(s) || s->s3.tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello() 1612 s->s3.tmp.max_ver = s->version; in tls_process_server_hello() 3726 if (DTLS_VERSION_GE(c->max_dtls, s->s3.tmp.max_ver) in ssl_cipher_list_to_bytes() 3727 && DTLS_VERSION_LE(c->min_dtls, s->s3.tmp.max_ver)) in ssl_cipher_list_to_bytes() 3730 if (c->max_tls >= s->s3.tmp.max_ver in ssl_cipher_list_to_bytes() 3731 && c->min_tls <= s->s3.tmp.max_ver) in ssl_cipher_list_to_bytes()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 1612 &s->s3.tmp.max_ver, NULL) != 0) in ssl_set_client_disabled() 1644 if (s->s3.tmp.max_ver == 0) in ssl_cipher_disabled() 1657 if ((min_tls > s->s3.tmp.max_ver) || (c->max_tls < s->s3.tmp.min_ver)) in ssl_cipher_disabled() 1660 if (SSL_IS_DTLS(s) && (DTLS_VERSION_GT(c->min_dtls, s->s3.tmp.max_ver) in ssl_cipher_disabled() 2080 && s->s3.tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed()
|
D | ssl_local.h | 1383 int max_ver; member
|
/third_party/openssl/test/ |
D | sslapitest.c | 4993 int max_ver; in test_tls13_ciphersuite() local 5013 for (max_ver = TLS1_2_VERSION; max_ver <= TLS1_3_VERSION; max_ver++) { in test_tls13_ciphersuite() 5015 if (max_ver == TLS1_2_VERSION) in test_tls13_ciphersuite() 5024 TLS1_VERSION, max_ver, in test_tls13_ciphersuite() 5071 if (max_ver == TLS1_3_VERSION in test_tls13_ciphersuite() 5078 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 2483 int max_ver = 3; in hostapd_config_fill() local 2485 int max_ver = 2; in hostapd_config_fill() local 2488 if (eapol_version < 1 || eapol_version > max_ver) { in hostapd_config_fill()
|