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

/freebsd-13-stable/crypto/openssl/ssl/
H A Dbio_ssl.c348 ret = (int)SSL_do_handshake(ssl);
H A Dssl_lib.c1682 return SSL_do_handshake(s);
1692 return SSL_do_handshake(s);
3657 * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
3740 int SSL_do_handshake(SSL *s) function
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_server.c2517 i = SSL_do_handshake(con);
2518 printf("SSL_do_handshake -> %d\n", i);
2527 i = SSL_do_handshake(con);
2528 printf("SSL_do_handshake -> %d\n", i);
2537 i = SSL_do_handshake(con);
2538 printf("SSL_do_handshake -> %d\n", i);
2549 i = SSL_do_handshake(con);
2550 printf("SSL_do_handshake -> %d\n", i);
3082 i = SSL_do_handshake(con);
3084 BIO_printf(bio_s_out, "SSL_do_handshake() Retva
[all...]
/freebsd-13-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-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c1027 r = SSL_do_handshake(bev_ssl->ssl);
/freebsd-13-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-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1008 r = SSL_do_handshake(bev_ssl->ssl);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1928 __owur int SSL_do_handshake(SSL *s);
/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.c1215 r = SSL_do_handshake(c->ssl);
/freebsd-13-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);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile368 MAN+= SSL_do_handshake.3

Completed in 383 milliseconds