Home
last modified time | relevance | path

Searched refs:max_major_ver (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/library/
Dssl_misc.h530 uint8_t max_major_ver; /*!< max. major version client*/ member
1485 conf->MBEDTLS_PRIVATE(max_major_ver) == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_tls13_only()
1499 conf->MBEDTLS_PRIVATE(max_major_ver) == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_tls12_only()
1513 conf->max_major_ver == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_hybrid_tls12_tls13()
Dssl_cli.c949 if( ssl->conf->max_major_ver == 0 ) in ssl_write_client_hello()
983 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_client_hello()
1860 major_ver > ssl->conf->max_major_ver || in ssl_parse_hello_verify_request()
2009 ssl->major_ver > ssl->conf->max_major_ver || in ssl_parse_server_hello()
2017 ssl->conf->max_major_ver, in ssl_parse_server_hello()
2691 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_encrypted_pms()
Dssl_tls13_client.c83 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_tls13_write_supported_versions_ext()
88 ssl->conf->max_major_ver, in ssl_tls13_write_supported_versions_ext()
Dssl_srv.c1400 ssl->handshake->max_major_ver = ssl->major_ver; in ssl_parse_client_hello()
1415 if( ssl->major_ver > ssl->conf->max_major_ver ) in ssl_parse_client_hello()
1417 ssl->major_ver = ssl->conf->max_major_ver; in ssl_parse_client_hello()
3565 mbedtls_ssl_write_version( ssl->handshake->max_major_ver, in ssl_parse_encrypted_pms()
Dssl_tls.c4211 conf->max_major_ver = major; in mbedtls_ssl_conf_max_version()
5976 ssl->conf->max_major_ver < MBEDTLS_SSL_MAJOR_VERSION_3 || in ssl_context_load()
6542 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()
6576 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()
/third_party/mbedtls/include/mbedtls/
Dssl_ciphersuites.h378 int MBEDTLS_PRIVATE(max_major_ver);
Dssl.h1221 unsigned char MBEDTLS_PRIVATE(max_major_ver); /*!< max. major version used */