Home
last modified time | relevance | path

Searched refs:SSL_get_info_callback (Results 1 – 3 of 3) sorted by path

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1429 void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl, int type, int val);
/dragonfly/crypto/libressl/ssl/
H A Dbio_ssl.c455 *fptr = SSL_get_info_callback(ssl); in ssl_ctrl()
H A Dssl_lib.c2846 SSL_set_info_callback(ret, SSL_get_info_callback(s)); in SSL_dup()
3163 void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl, int type, int val) in SSL_get_info_callback() function