Searched refs:sendssl (Results 1 – 1 of 1) sorted by relevance
186 tcp_recv_ssl_send(int recvfd, SSL *sendssl) in tcp_recv_ssl_send() argument192 sendfd = SSL_get_fd(sendssl); in tcp_recv_ssl_send()209 ssldone = SSL_write(sendssl, buf, (int)tcpdone); in tcp_recv_ssl_send()212 if (ssl_check_error(sendssl, ssldone) == -1) { in tcp_recv_ssl_send()