Home
last modified time | relevance | path

Searched refs:BIO_CONN_S_BEFORE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcrypto/bio/
Dbss_conn.c136 case BIO_CONN_S_BEFORE: in conn_state()
299 ret->state = BIO_CONN_S_BEFORE; in BIO_CONNECT_new()
439 data->state = BIO_CONN_S_BEFORE; in conn_ctrl()
Dbio.h313 #define BIO_CONN_S_BEFORE 1 macro