Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bio/
H A Dbio.h402 #define BIO_do_connect(b) BIO_do_handshake(b)
403 #define BIO_do_accept(b) BIO_do_handshake(b)
404 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro