HomeSort by: relevance | last modified time | path
    Searched refs:ver_max (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 93 int ver_min, ver_max, ok; local
103 if (ssl_get_min_max_version(s, &ver_min, &ver_max, NULL) != 0) {
114 if (DTLS_VERSION_LE(ver_max, DTLS1_VERSION))
117 if (ver_max <= TLS1_1_VERSION)
160 if (DTLS_VERSION_GE(ver_max, c->min_dtls) &&
161 DTLS_VERSION_LE(ver_max, c->max_dtls))
163 } else if (ver_max >= c->min_tls && ver_max <= c->max_tls) {
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)
2138 int ver_min, ver_max, ret; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 101 int i, ver_min, ver_max, ok = 0; local
108 if (ssl_get_min_max_version(s, &ver_min, &ver_max, NULL) != 0) {
117 if (DTLS_VERSION_GE(ver_max, c->min_dtls) &&
118 DTLS_VERSION_LE(ver_max, c->max_dtls))
120 } else if (ver_max >= c->min_tls && ver_max <= c->max_tls) {
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);
1960 } else if (SSL_IS_DTLS(s) ? DTLS_VERSION_GT(s->version, ver_max)
1961 : s->version > ver_max) {
2143 int ver_min, ver_max, ret; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 142 int ver_min, ver_max, ok; local
154 if (ssl_get_min_max_version(s, &ver_min, &ver_max, NULL) != 0) {
167 if (ssl_version_cmp(s, ver_max, md5sha1_needed_maxversion) <= 0) {
209 if (ssl_version_cmp(s, ver_max, cipher_minprotover) >= 0
210 && ssl_version_cmp(s, ver_max, cipher_maxprotover) <= 0) {
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);
2377 || ssl_version_cmp(s, s->version, ver_max) > 0) {
2384 real_max = ver_max;
2560 int ver_min, ver_max, ret local
    [all...]

Completed in 27 milliseconds