Symbol: SSL_do_handshake
lib/libssl/bio_ssl.c
404
ret = (int)SSL_do_handshake(ssl);
lib/libssl/hidden/openssl/ssl.h
290
LSSL_USED(SSL_do_handshake);
lib/libssl/ssl.h
1345
int SSL_do_handshake(SSL *s);
lib/libssl/ssl_lib.c
2831
LSSL_ALIAS(SSL_do_handshake);
regress/lib/libssl/quic/quictest.c
223
if ((ssl_ret = SSL_do_handshake(ssl)) == 1) {
sbin/unwind/libunbound/util/netevent.c
3447
r = SSL_do_handshake(c->ssl);
usr.bin/openssl/s_server.c
1644
i = SSL_do_handshake(con);
usr.bin/openssl/s_server.c
1659
i = SSL_do_handshake(con);
usr.sbin/nsd/dnstap/dnstap.c
384
if( (r=SSL_do_handshake(dtw->ssl)) == 1)
usr.sbin/nsd/nsd-control.c
391
if( (r=SSL_do_handshake(ssl)) == 1)
usr.sbin/nsd/remote.c
2913
r = SSL_do_handshake(s->ssl);
usr.sbin/nsd/server.c
4967
r = SSL_do_handshake(data->tls_auth);
usr.sbin/nsd/server.c
4969
r = SSL_do_handshake(data->tls);
usr.sbin/nsd/xfrd-tcp.c
212
ret = SSL_do_handshake(tp->ssl);
usr.sbin/unbound/daemon/remote.c
4283
r = SSL_do_handshake(s->ssl);
usr.sbin/unbound/dnstap/dtstream.c
1410
r = SSL_do_handshake(dtio->ssl);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
993
r = SSL_do_handshake(data->ssl);
usr.sbin/unbound/smallapp/unbound-anchor.c
810
if( (r=SSL_do_handshake(ssl)) == 1)
usr.sbin/unbound/smallapp/unbound-control.c
778
if( (r=SSL_do_handshake(ssl)) == 1)
usr.sbin/unbound/testcode/dohclient.c
524
if( (r=SSL_do_handshake(ssl)) == 1)
usr.sbin/unbound/testcode/streamtcp.c
464
if( (r=SSL_do_handshake(ssl)) == 1)
usr.sbin/unbound/util/netevent.c
3447
r = SSL_do_handshake(c->ssl);