Searched refs:tls_handshake (Results 1 – 20 of 20) sorted by relevance
/openbsd/regress/lib/libtls/tls/ |
H A D | tlstest.c | 130 rv = tls_handshake(ctx); in do_tls_handshake() 443 if (tls_handshake(client) != -1) { in do_tls_ordering_tests() 465 if (tls_handshake(client) != -1) { in do_tls_ordering_tests() 471 if (tls_handshake(server_cctx) != -1) { in do_tls_ordering_tests()
|
/openbsd/lib/libtls/ |
H A D | Symbols.list | 67 tls_handshake
|
H A D | tls.c | 819 tls_handshake(struct tls *ctx) in tls_handshake() function 865 if ((rv = tls_handshake(ctx)) != 0) in tls_read() 897 if ((rv = tls_handshake(ctx)) != 0) in tls_write()
|
H A D | tls.h | 195 int tls_handshake(struct tls *_ctx);
|
/openbsd/usr.sbin/relayd/ |
H A D | check_tls.c | 156 ret = tls_handshake(cte->tls); in check_tls_handshake()
|
H A D | relay.c | 2413 ret = tls_handshake(cre->tls); in relay_tls_handshake()
|
/openbsd/usr.sbin/ldapd/ |
H A D | evbuffer_tls.c | 220 res = tls_handshake(ctx); in buffertls_handshakecb()
|
/openbsd/regress/lib/libtls/signer/ |
H A D | signertest.c | 286 rv = tls_handshake(ctx); in do_tls_handshake()
|
/openbsd/usr.sbin/syslogd/ |
H A D | evbuffer_tls.c | 221 res = tls_handshake(ctx); in buffertls_handshakecb()
|
/openbsd/regress/lib/libtls/gotls/ |
H A D | tls.go | 299 ret := C.tls_handshake(t.ctx)
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 808 if (timeout_tls(s, tls_ctx, tls_handshake) == -1) { in tls_setup_client() 833 } else if (timeout_tls(connfd, tls_cctx, tls_handshake) == -1) { in tls_setup_server()
|
/openbsd/usr.sbin/smtpd/ |
H A D | ioev.c | 864 if ((ret = tls_handshake(io->tls)) == 0) { in io_dispatch_handshake_tls()
|
/openbsd/usr.sbin/nsd/ |
H A D | server.c | 340 static int tls_handshake(struct tcp_handler_data* data, int fd, int writing); 4644 tls_handshake(struct tcp_handler_data* data, int fd, int writing) in tls_handshake() function 4774 if(!tls_handshake(data, fd, 0)) in handle_tls_reading() 5036 if(!tls_handshake(data, fd, 1)) in handle_tls_writing()
|
/openbsd/usr.bin/ldap/ |
H A D | aldap.c | 117 if (tls_handshake(ldap->tls) == -1) { in aldap_tls()
|
/openbsd/libexec/login_ldap/ |
H A D | aldap.c | 117 if (tls_handshake(ldap->tls) == -1) { in aldap_tls()
|
/openbsd/usr.sbin/ypldap/ |
H A D | aldap.c | 117 if (tls_handshake(ldap->tls) == -1) { in aldap_tls()
|
/openbsd/usr.bin/tcpbench/ |
H A D | tcpbench.c | 966 if (timeout_tls(sc->fd, sc->tls, tls_handshake) == -1) { in client_init()
|
/openbsd/usr.sbin/httpd/ |
H A D | server.c | 1180 ret = tls_handshake(clt->clt_tls_ctx); in server_tls_handshake()
|
/openbsd/usr.bin/ftp/ |
H A D | fetch.c | 660 ret = tls_handshake(tls); in url_get()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | http.c | 1128 switch (tls_handshake(conn->tls)) { in http_tls_handshake()
|