Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_do_handshake

488 #define BIO_do_connect(b)	BIO_do_handshake(b)
489 #define BIO_do_accept(b) BIO_do_handshake(b)
490 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)