Home
last modified time | relevance | path

Searched refs:SSL_get_info_callback (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod8 SSL_get_info_callback
19 void (*SSL_get_info_callback(const SSL *ssl))();
37 SSL_get_info_callback() returns a pointer to the currently set information
115 SSL_get_info_callback() returns the current setting.
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map265 SSL_get_info_callback;
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod555 =item void (*B<SSL_get_info_callback>(const SSL *ssl);)()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c3985 SSL_set_info_callback(ret, SSL_get_info_callback(s)); in SSL_dup()
4286 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ , in SSL_get_info_callback() function
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1999 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL *ssl, int type,
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2592 MLINKS+= SSL_CTX_set_info_callback.3 SSL_get_info_callback.3