Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dsslutils.h56 int ssl_send(SSL *, char const *buffer, int size, char *errbuf, size_t errbuflen);
H A Dsslutils.c181 int ssl_send(SSL *ssl, char const *buffer, int size, char *errbuf, size_t errbuflen) in ssl_send() function
H A Dsockutils.c1231 if (ssl) return ssl_send(ssl, buffer, remaining, errbuf, errbuflen); in sock_send()