HomeSort by: relevance | last modified time | path
    Searched defs:SSL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sslutils.h 43 #include <openssl/ssl.h>
54 SSL *ssl_promotion(int is_server, PCAP_SOCKET s, char *errbuf, size_t errbuflen);
55 void ssl_finish(SSL *ssl);
56 int ssl_send(SSL *, char const *buffer, int size, char *errbuf, size_t errbuflen);
57 int ssl_recv(SSL *, char *buffer, int size, char *errbuf, size_t errbuflen);
59 // The SSL parameters are used
65 #define SSL void const
67 // The SSL parameters are unused
  /src/external/bsd/nsd/dist/
nsd-control.c 39 * The remote control utility contacts the nsd server over ssl and
66 #include <openssl/ssl.h>
92 /* define SSL to use as a boolean to turn it off in function calls. */
93 #define SSL int
146 /** exit with ssl error */
154 /** exit with ssl error related to a file path */
168 /** setup SSL context */
373 /** setup SSL on the connection */
374 static SSL*
377 SSL* ssl local
522 SSL* ssl = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ossl_typ.h 148 typedef struct ssl_st SSL;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
types.h 184 typedef struct ssl_st SSL;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
types.h 198 typedef struct ssl_st SSL;

Completed in 20 milliseconds