Home
last modified time | relevance | path

Searched refs:real_max (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c1935 int ret, ver_min, ver_max, real_max, origv; in ssl_choose_client_version() local
1979 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max); in ssl_choose_client_version()
1998 real_max = ver_max; in ssl_choose_client_version()
2001 if (s->version == TLS1_2_VERSION && real_max > s->version) { in ssl_choose_client_version()
2013 && real_max > s->version) { in ssl_choose_client_version()
2043 * @real_max: The highest version below the lowest compile time version hole
2061 int *real_max) in ssl_get_min_max_version()
2081 * Providing a real_max only makes sense where we're using a version in ssl_get_min_max_version()
2084 if (!ossl_assert(real_max == NULL)) in ssl_get_min_max_version()
2118 if (real_max ! in ssl_get_min_max_version()
2060 ssl_get_min_max_version(const SSL *s, int *min_version, int *max_version, int *real_max) ssl_get_min_max_version() argument
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c1900 int ret, ver_min, ver_max, real_max, origv; in ssl_choose_client_version() local
1944 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max); in ssl_choose_client_version()
1963 real_max = ver_max; in ssl_choose_client_version()
1966 if (s->version == TLS1_2_VERSION && real_max > s->version) { in ssl_choose_client_version()
1978 && real_max > s->version) { in ssl_choose_client_version()
2008 * @real_max: The highest version below the lowest compile time version hole
2026 int *real_max) in ssl_get_min_max_version()
2046 * Providing a real_max only makes sense where we're using a version in ssl_get_min_max_version()
2049 if (!ossl_assert(real_max == NULL)) in ssl_get_min_max_version()
2083 if (real_max ! in ssl_get_min_max_version()
2025 ssl_get_min_max_version(const SSL *s, int *min_version, int *max_version, int *real_max) ssl_get_min_max_version() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h2601 int *max_version, int *real_max);
/third_party/openssl/ssl/
H A Dssl_local.h2545 int *max_version, int *real_max);

Completed in 16 milliseconds