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

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c186 tcp_recv_ssl_send(int recvfd, SSL *sendssl) argument
192 sendfd = SSL_get_fd(sendssl);
209 ssldone = SSL_write(sendssl, buf, (int)tcpdone);
212 if (ssl_check_error(sendssl, ssldone) == -1) {

Completed in 157 milliseconds