Searched refs:SSL_do_handshake (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dbad_dtls_test.c822 ret = SSL_do_handshake(con);
836 ret = SSL_do_handshake(con);
849 ret = SSL_do_handshake(con);
858 ret = SSL_do_handshake(con);
H A Dbio_ssl.c155 /* ret=SSL_do_handshake(ssl); */
236 * ret=SSL_do_handshake(ssl); if (ret > 0)
409 ret = (int)SSL_do_handshake(ssl);
H A Dssl.h2393 int SSL_do_handshake(SSL *s);
H A Dssl_lib.c2719 * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
2791 int SSL_do_handshake(SSL *s) function
/freebsd-11-stable/secure/lib/libssl/
H A DMakefile.man67 MAN+= SSL_do_handshake.3
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c721 if( (r=SSL_do_handshake(ssl)) == 1)
H A Dunbound-anchor.c791 if( (r=SSL_do_handshake(ssl)) == 1)
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c2437 i = SSL_do_handshake(con);
2438 printf("SSL_do_handshake -> %d\n", i);
2450 i = SSL_do_handshake(con);
2451 printf("SSL_do_handshake -> %d\n", i);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1008 r = SSL_do_handshake(bev_ssl->ssl);
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c882 r = SSL_do_handshake(data->ssl);
H A Ddtstream.c1384 r = SSL_do_handshake(dtio->ssl);
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c1215 r = SSL_do_handshake(c->ssl);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c3200 /** handle SSL_do_handshake changes to the file descriptor to wait for later */
3248 r = SSL_do_handshake(s->ssl);

Completed in 139 milliseconds