Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c1900 int ret, ver_min, ver_max, real_max, origv; in ssl_choose_client_version() local
1947 ret = ssl_get_min_max_version(s, &ver_min, &ver_max, &real_max); in ssl_choose_client_version()
1969 real_max = ver_max; in ssl_choose_client_version()
1972 if (s->version == TLS1_2_VERSION && real_max > s->version) { in ssl_choose_client_version()
1985 && real_max > s->version) { in ssl_choose_client_version()
2035 int *real_max) in ssl_get_min_max_version() argument
2058 if (!ossl_assert(real_max == NULL)) in ssl_get_min_max_version()
2092 if (real_max != NULL) in ssl_get_min_max_version()
2093 *real_max = 0; in ssl_get_min_max_version()
2116 if (real_max != NULL && tmp_real_max != 0) in ssl_get_min_max_version()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp1054 vunits real_max = V0; in width_registers() local
1062 if (v2 > real_max) in width_registers()
1063 real_max = v2; in width_registers()
1074 rsb_reg_contents = -real_max.to_units(); in width_registers()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h2403 int *max_version, int *real_max);
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h2545 int *max_version, int *real_max);