Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c186 tcp_recv_ssl_send(int recvfd, SSL *sendssl) in tcp_recv_ssl_send() argument
192 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()