Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_f_ssl.pod33 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)
97 BIO_do_handshake() attempts to complete an SSL handshake on the
123 Applications do not have to call BIO_do_handshake() but may wish
181 if(BIO_do_handshake(sbio) <= 0) {
284 if(BIO_do_handshake(sbio) <= 0) {
/freebsd-9-stable/crypto/openssl/crypto/bio/
Dbio.h447 # define BIO_do_connect(b) BIO_do_handshake(b)
448 # define BIO_do_accept(b) BIO_do_handshake(b)
449 # define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro