Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_conn.c523 BIO_set_conn_hostname(dbio, in conn_ctrl()
590 if (BIO_set_conn_hostname(ret, str)) in BIO_new_connect()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_time.c353 BIO_set_conn_hostname(conn, s_time_config.host); in run_test()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h386 #define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name) macro