Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h500 # 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