Searched refs:BIO_do_handshake (Results 1 – 7 of 7) sorted by relevance
5 BIO_do_handshake,34 long BIO_do_handshake(BIO *b);97 BIO_do_handshake() attempts to complete an SSL handshake on the126 Applications do not have to call BIO_do_handshake() but may wish132 BIO_get_num_renegotiates(), and BIO_do_handshake() are implemented as macros.147 BIO_do_handshake() returns 1 if the connection was established successfully.264 if (BIO_do_handshake(sbio) <= 0) {
481 # define BIO_do_connect(b) BIO_do_handshake(b)482 # define BIO_do_accept(b) BIO_do_handshake(b)484 # define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro
458 # define BIO_do_connect(b) BIO_do_handshake(b)459 # define BIO_do_accept(b) BIO_do_handshake(b)461 # define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro
159 BIO_do_handshake define
3569 i = BIO_do_handshake(io); in rev_body()
792 MLINKS+= BIO_f_ssl.3 BIO_do_handshake.3
1663 * `BIO_do_connect()` and `BIO_do_handshake()` have been extended: