Home
last modified time | relevance | path

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

/external/libpcap/
Dsslutils.h50 int ssl_send(SSL *, char const *buffer, int size, char *errbuf, size_t errbuflen);
Dsslutils.c183 int ssl_send(SSL *ssl, char const *buffer, int size, char *errbuf, size_t errbuflen) in ssl_send() function
Dsockutils.c819 if (ssl) return ssl_send(ssl, buffer, remaining, errbuf, errbuflen); in sock_send()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h267 int (*ssl_send)(SSL *ssl, const void *buffer, int len); member