Searched refs:SSL_get_max_proto_version (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/regress/lib/libssl/unit/
H A Dssl_versions.c841 if (SSL_get_max_proto_version(ssl) != mmvt->want_maxver) {
844 SSL_get_max_proto_version(ssl), mmvt->want_maxver);
886 if (SSL_get_max_proto_version(ssl) != mmvt->want_maxver) {
889 SSL_get_max_proto_version(ssl), mmvt->want_maxver);
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h88 LSSL_USED(SSL_get_max_proto_version); variable
/openbsd-current/lib/libssl/
H A Dssl.h1016 int SSL_get_max_proto_version(SSL *ssl);
1088 #define SSL_get_max_proto_version SSL_get_max_proto_version macro
H A Dssl_lib.c3554 SSL_get_max_proto_version(SSL *ssl) function
3558 LSSL_ALIAS(SSL_get_max_proto_version); variable
H A Ds3_lib.c2066 return SSL_get_max_proto_version(s);

Completed in 186 milliseconds