Home
last modified time | relevance | path

Searched refs:BIO_get_conn_hostname (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_s_connect.pod8 BIO_get_conn_hostname, BIO_get_conn_port,
23 const char *BIO_get_conn_hostname(BIO *b);
76 BIO_get_conn_hostname() returns the hostname of the connect BIO or
116 The values returned by BIO_get_conn_hostname(), BIO_get_conn_address(),
133 BIO_set_conn_hostname(), BIO_set_conn_port(), BIO_get_conn_hostname(),
153 BIO_get_conn_hostname() returns the connected hostname or NULL if
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h397 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) macro
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile746 MLINKS+= BIO_s_connect.3 BIO_get_conn_hostname.3