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

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 940 * any new session built out of this id/id_len and the ssl_version in use
948 r.ssl_version = ssl->version;
2912 && s->session->ssl_version != TLS1_3_VERSION)
3223 if (a->ssl_version != b->ssl_version)
4337 int SSL_version(const SSL *s)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 929 * any new session built out of this id/id_len and the ssl_version in use
937 r.ssl_version = ssl->version;
2721 && s->session->ssl_version != TLS1_3_VERSION)
3017 if (a->ssl_version != b->ssl_version)
4096 int SSL_version(const SSL *s)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1087 * any new session built out of this id/id_len and the ssl_version in use
1096 r.ssl_version = sc->version;
3527 && sc->session->ssl_version != TLS1_3_VERSION)
3872 if (a->ssl_version != b->ssl_version)
5425 int SSL_version(const SSL *s)

Completed in 31 milliseconds