HomeSort by relevance Sort by last modified time
    Searched defs:SSL (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libldap4/include/
ssl.h 7 * This is a dummy header file for SSL
17 typedef void * SSL;
19 SSL SSL_new();
20 int SSL_connect(SSL s, int filedes);
21 int SSL_accept(SSL s, int filedes);
22 int SSL_read(SSL s, u_char *buf, u_int len);
23 int SSL_write(SSL s, u_char *buf, u_int len);
24 int SSL_fread(SSL s, u_char *buf, u_int len);
25 int SSL_fwrite(SSL s, u_char *buf, u_int len);
26 int SSL_flush(SSL s)
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
ssl.h 0 /* ssl/ssl.h */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
361 typedef struct ssl_st SSL;
368 int (*ssl_new)(SSL *s);
369 void (*ssl_clear)(SSL *s);
370 void (*ssl_free)(SSL *s)
    [all...]

Completed in 240 milliseconds