Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bio/
H A Dbss_conn.c524 BIO_set_conn_hostname(dbio, in conn_ctrl()
591 if (BIO_set_conn_hostname(ret, str)) in BIO_new_connect()
H A Dbio.h377 #define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name) macro
/openbsd/usr.bin/openssl/
H A Ds_time.c349 BIO_set_conn_hostname(conn, cfg.host); in run_test()