HomeSort by: relevance | last modified time | path
    Searched defs:real_max (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 1904 int ret, ver_min, ver_max, real_max, origv; local
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
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 1900 int ret, ver_min, ver_max, real_max, origv; local
1947 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max);
1969 real_max = ver_max;
1972 if (s->version == TLS1_2_VERSION && real_max > s->version) {
1985 && real_max > s->version) {
2017 * @real_max: The highest version below the lowest compile time version hole
2035 int *real_max)
2055 * Providing a real_max only makes sense where we're using a version
2058 if (!ossl_assert(real_max == NULL))
2092 if (real_max != NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 2320 int ret, ver_min, ver_max, real_max, origv; local
2370 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max);
2384 real_max = ver_max;
2388 if (!SSL_CONNECTION_IS_DTLS(s) && real_max > s->version) {
2401 if (real_max == TLS1_3_VERSION
2436 * @real_max: The highest version below the lowest compile time version hole
2454 int *max_version, int *real_max)
2474 * Providing a real_max only makes sense where we're using a version
2477 if (!ossl_assert(real_max == NULL))
2510 if (real_max != NULL
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 1054 vunits real_max = V0; local
1062 if (v2 > real_max)
1063 real_max = v2;
1074 rsb_reg_contents = -real_max.to_units();

Completed in 35 milliseconds