Searched refs:BIO_do_handshake (Results 1 – 2 of 2) sorted by relevance
33 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)97 BIO_do_handshake() attempts to complete an SSL handshake on the123 Applications do not have to call BIO_do_handshake() but may wish181 if(BIO_do_handshake(sbio) <= 0) {284 if(BIO_do_handshake(sbio) <= 0) {
447 # define BIO_do_connect(b) BIO_do_handshake(b)448 # define BIO_do_accept(b) BIO_do_handshake(b)449 # define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro