Searched refs:BIO_do_handshake (Results 1 – 1 of 1) sorted by relevance
500 # define BIO_do_connect(b) BIO_do_handshake(b)501 # define BIO_do_accept(b) BIO_do_handshake(b)502 # define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro