Lines Matching defs:real_max
1904 int ret, ver_min, ver_max, real_max, origv;
1948 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max);
1967 real_max = ver_max;
1970 if (s->version == TLS1_2_VERSION && real_max > s->version) {
1982 && real_max > s->version) {
2012 * @real_max: The highest version below the lowest compile time version hole
2030 int *real_max)
2050 * Providing a real_max only makes sense where we're using a version
2053 if (!ossl_assert(real_max == NULL))
2087 if (real_max != NULL)
2088 *real_max = 0;
2111 if (real_max != NULL && tmp_real_max != 0)
2112 *real_max = tmp_real_max;