Lines Matching refs:real_max
1900 int ret, ver_min, ver_max, real_max, origv;
1944 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max);
1963 real_max = ver_max;
1966 if (s->version == TLS1_2_VERSION && real_max > s->version) {
1978 && real_max > s->version) {
2008 * @real_max: The highest version below the lowest compile time version hole
2026 int *real_max)
2046 * Providing a real_max only makes sense where we're using a version
2049 if (!ossl_assert(real_max == NULL))
2083 if (real_max != NULL)
2084 *real_max = 0;
2107 if (real_max != NULL && tmp_real_max != 0)
2108 *real_max = tmp_real_max;