Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_err.c78 {ERR_REASON(BIO_R_CONNECT_ERROR) , "connect error"},
H A Dbss_conn.c249 BIOerror(BIO_R_CONNECT_ERROR); in conn_state()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h746 #define BIO_R_CONNECT_ERROR 103 macro