Home
last modified time | relevance | path

Searched refs:SSL_client_version (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_get_version.pod5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_version - get the
12 int SSL_client_version(const SSL *s);
22 SSL_client_version() returns the numeric protocol version advertised by the
66 SSL_version() and SSL_client_version() return an integer which could include any
90 SSL_client_version()).
/third_party/openssl/include/openssl/
Dtls1.h49 ((SSL_client_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_client_version(s) : 0)
Dssl.h1982 __owur int SSL_client_version(const SSL *s);
/third_party/openssl/util/
Dlibssl.num396 SSL_client_version 397 1_1_0 EXIST::FUNCTION:
/third_party/openssl/ssl/
Dssl_lib.c4085 int SSL_client_version(const SSL *s) in SSL_client_version() function