Home
last modified time | relevance | path

Searched defs:max_version (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/test/
Dssl_ctx_test.c15 int max_version; member
Dsslapitest.c952 int min_version, int max_version, in execute_test_large_message()
1510 int min_version, int max_version) in execute_cleanse_plaintext()
4593 int max_version = TLS1_3_VERSION; in test_key_exchange() local
4816 int max_version = TLS1_3_VERSION; in test_negotiated_group() local
8513 int max_version = TLS1_2_VERSION; /* Don't select TLS1_3 */ in test_multiblock_write() local
Dssl_old_test.c917 int min_version = 0, max_version = 0; in main() local
/third_party/openssl/apps/
Dciphers.c106 int min_version = 0, max_version = 0; in ciphers_main() local
Ds_time.c130 int min_version = 0, max_version = 0, ver, buf_len, fd; in s_time_main() local
Ds_client.c868 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; in s_client_main() local
Ds_server.c1035 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; in s_server_main() local
/third_party/openssl/ssl/statem/
Dextensions_clnt.c111 static int use_ecc(SSL *s, int min_version, int max_version) in use_ecc()
160 int reason, min_version, max_version; in tls_construct_ctos_ec_pt_formats() local
191 int min_version, max_version, reason; in tls_construct_ctos_supported_groups() local
527 int currv, min_version, max_version, reason; in tls_construct_ctos_supported_versions() local
Dextensions.c778 int max_version) in should_add_extension()
806 int min_version, max_version = 0, reason; in tls_construct_extensions() local
Dstatem_lib.c2024 int ssl_get_min_max_version(const SSL *s, int *min_version, int *max_version, in ssl_get_min_max_version()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c408 unsigned max_version = 0; in validate_context_version() local
/third_party/rust/crates/pkg-config-rs/src/
Dlib.rs80 max_version: Bound<String>, field
/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h530 uint32_t max_version; member
610 uint32_t max_version; member
/third_party/openssl/ssl/
Dssl_conf.c97 int *max_version; member
Dssl_lib.c442 static int ssl_check_allowed_versions(int min_version, int max_version) in ssl_check_allowed_versions()
/third_party/mbedtls/programs/ssl/
Dssl_client2.c483 int max_version; /* maximum protocol version accepted */ member
Dssl_server2.c607 int max_version; /* maximum protocol version accepted */ member
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp3608 unsigned max_version = 0; in link_shaders() local
/third_party/node/src/
Dnode_crypto.cc581 int max_version = args[2].As<Int32>()->Value(); in Init() local