Home
last modified time | relevance | path

Searched refs:real_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2320 int ret, ver_min, ver_max, real_max, origv; in ssl_choose_client_version() local
2370 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max); in ssl_choose_client_version()
2384 real_max = ver_max; in ssl_choose_client_version()
2388 if (!SSL_CONNECTION_IS_DTLS(s) && real_max > s->version) { in ssl_choose_client_version()
2401 if (real_max == TLS1_3_VERSION in ssl_choose_client_version()
2454 int *max_version, int *real_max) in ssl_get_min_max_version() argument
2477 if (!ossl_assert(real_max == NULL)) in ssl_get_min_max_version()
2510 if (real_max != NULL) in ssl_get_min_max_version()
2511 *real_max = 0; in ssl_get_min_max_version()
2533 if (real_max != NULL && tmp_real_max != 0) in ssl_get_min_max_version()
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2717 int *max_version, int *real_max);