Searched refs:SSL_client_version (Results 1 – 9 of 9) sorted by relevance
5 SSL_client_version, SSL_get_version, SSL_is_dtls, SSL_is_tls, SSL_is_quic,12 int SSL_client_version(const SSL *s);24 For SSL, TLS and DTLS protocols SSL_client_version() returns the numeric90 SSL_version() and SSL_client_version() return an integer which could include any114 SSL_client_version()).
55 ((SSL_client_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_client_version(s) : 0)
2180 __owur int SSL_client_version(const SSL *s);
2133 __owur int SSL_client_version(const SSL *s);
215 SSL_client_version;
396 SSL_client_version 397 3_0_0 EXIST::FUNCTION:
228 | `SSL_client_version` | HL | U | A | NC\* | Done …
5442 int SSL_client_version(const SSL *s) in SSL_client_version() function
4498 MLINKS+= SSL_get_version.3 SSL_client_version.3