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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A 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
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c3269 i = BIO_do_handshake(io);

Completed in 74 milliseconds