Home
last modified time | relevance | path

Searched refs:tls_handshake (Results 1 – 19 of 19) sorted by relevance

/openbsd/regress/lib/libtls/tls/
H A Dtlstest.c130 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 DSymbols.list67 tls_handshake
H A Dtls.c819 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 Dtls.h195 int tls_handshake(struct tls *_ctx);
/openbsd/usr.sbin/relayd/
H A Dcheck_tls.c156 ret = tls_handshake(cte->tls); in check_tls_handshake()
H A Drelay.c2394 ret = tls_handshake(cre->tls); in relay_tls_handshake()
/openbsd/regress/lib/libtls/gotls/
H A Dtls.go288 ret := C.tls_handshake(t.ctx)
/openbsd/usr.sbin/ldapd/
H A Devbuffer_tls.c220 res = tls_handshake(ctx); in buffertls_handshakecb()
/openbsd/usr.sbin/syslogd/
H A Devbuffer_tls.c221 res = tls_handshake(ctx); in buffertls_handshakecb()
/openbsd/regress/lib/libtls/signer/
H A Dsignertest.c286 rv = tls_handshake(ctx); in do_tls_handshake()
/openbsd/usr.bin/nc/
H A Dnetcat.c812 if (timeout_tls(s, tls_ctx, tls_handshake) == -1) { in tls_setup_client()
837 } else if (timeout_tls(connfd, tls_cctx, tls_handshake) == -1) { in tls_setup_server()
/openbsd/usr.sbin/smtpd/
H A Dioev.c864 if ((ret = tls_handshake(io->tls)) == 0) { in io_dispatch_handshake_tls()
/openbsd/usr.sbin/nsd/
H A Dserver.c340 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 Daldap.c117 if (tls_handshake(ldap->tls) == -1) { in aldap_tls()
/openbsd/libexec/login_ldap/
H A Daldap.c117 if (tls_handshake(ldap->tls) == -1) { in aldap_tls()
/openbsd/usr.sbin/ypldap/
H A Daldap.c117 if (tls_handshake(ldap->tls) == -1) { in aldap_tls()
/openbsd/usr.sbin/httpd/
H A Dserver.c1180 ret = tls_handshake(clt->clt_tls_ctx); in server_tls_handshake()
/openbsd/usr.bin/ftp/
H A Dfetch.c660 ret = tls_handshake(tls); in url_get()
/openbsd/usr.sbin/rpki-client/
H A Dhttp.c1128 switch (tls_handshake(conn->tls)) { in http_tls_handshake()