Searched refs:tls_sock (Results 1 – 1 of 1) sorted by relevance
69 struct proto_conn *tls_sock; member549 tlsctx->tls_sock = sock; in tls_connect()577 PJDLOG_ASSERT(tlsctx->tls_sock != NULL); in tls_connect_wait()581 sockfd = proto_descriptor(tlsctx->tls_sock); in tls_connect_wait()641 tlsctx->tls_sock = NULL; in tls_server()836 newtlsctx->tls_sock = sock; in tls_accept()863 tlsctx->tls_sock = sock; in tls_wrap()882 PJDLOG_ASSERT(tlsctx->tls_sock != NULL); in tls_send()886 if (proto_send(tlsctx->tls_sock, data, size) == -1) in tls_send()901 PJDLOG_ASSERT(tlsctx->tls_sock != NULL); in tls_recv()[all …]