tls_handshake
if ((rv = tls_handshake(ctx)) != 0)
if ((rv = tls_handshake(ctx)) != 0)
int tls_handshake(struct tls *_ctx);
if (tls_handshake(ldap->tls) == -1) {
rv = tls_handshake(ctx);
rv = tls_handshake(ctx);
if (tls_handshake(client) != -1) {
if (tls_handshake(client) != -1) {
if (tls_handshake(server_cctx) != -1) {
ret = tls_handshake(tls);
if (tls_handshake(ldap->tls) == -1) {
if (timeout_tls(s, tls_ctx, tls_handshake) == -1) {
} else if (timeout_tls(connfd, tls_cctx, tls_handshake) == -1) {
if (timeout_tls(sc->fd, sc->tls, tls_handshake) == -1) {
ret = tls_handshake(clt->clt_tls_ctx);
res = tls_handshake(ctx);
static int tls_handshake(struct tcp_handler_data* data, int fd, int writing);
if(!tls_handshake(data, fd, 0))
if(!tls_handshake(data, fd, 1))
ret = tls_handshake(cte->tls);
ret = tls_handshake(cre->tls);
switch (tls_handshake(conn->tls)) {
if ((ret = tls_handshake(io->tls)) == 0) {
res = tls_handshake(ctx);
if (tls_handshake(ldap->tls) == -1) {