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

/osnet-11/usr/src/lib/libldap4/include/
H A Dssl.h7 * This is a dummy header file for SSL
17 typedef void * SSL; typedef
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
[all...]
H A Dldap-private.h182 SSL *sb_ssl; /* to support ldap over ssl */
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsfsasl.h22 extern int tls_retry __P((SSL *, int, int, time_t, int, int,
24 extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
H A Dtls.c24 static RSA *tmp_rsa_key __P((SSL *, int, int));
41 static void apps_ssl_info_cb __P((CONST097 SSL *, int , int));
315 SSL *ssl;
1165 SSL *ssl;
1355 ** ssl -- SSL connection information.
1364 SSL *ssl;
1460 SSL *s;
1519 CONST097 SSL *s;
1595 SSL *ssl;
1603 ssl = (SSL *) X509_STORE_CTX_get_ex_dat
[all...]
H A Dsfsasl.c424 SSL *con;
430 SSL *con;
559 ** TLS_RETRY -- check whether a failed SSL operation can be retried
567 ** err -- SSL error
578 SSL *ssl;
595 ** There is not a complete SSL record available yet
596 ** or there is only a partial SSL record removed from
597 ** the network (socket) buffer into the SSL buffer.
599 ** SSL record is available (assuming a "real" error
604 ** A select() exception loops back so that a proper SSL
[all...]
H A Dsendmail.h694 SSL *mci_ssl; /* SSL connection */
1869 #define D_SMTPS 's' /* SMTP over SSL (smtps) */
1937 extern int tls_get_info __P((SSL *, bool, char *, MACROS_T *, bool));
1938 extern int endtls __P((SSL *, char *));
1959 EXTERN long Srv_SSL_Options, Clt_SSL_Options; /* SSL options */
2712 extern void tls_set_verify __P((SSL_CTX *, SSL *, bool));
H A Ddeliver.c6108 SSL *clt_ssl = NULL;
H A Dsrvrsmtp.c36 static SSL *srv_ssl = NULL; /* per connection context */
1864 message("454 4.3.3 TLS not available: error generating SSL handle");
1873 ** verification per SSL (connection)
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_stream.h39 * connection. Unfortunately, complex layered protocols like SSL
70 * Implementations of file descriptor and SSL streams are provided
76 adr_stream_t *adr_stream_create_ssl(SSL *, int);
H A Dadr_stream.c210 * SSL stream implementation
227 SSL *ssl;
357 adr_stream_create_ssl(SSL *ssl, int fd)
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c67 SSL *ssl;
103 typedef int (*SSL_write_pt)(SSL *ssl, const void *buf, int num);
107 typedef int (*SSL_get_error_pt)(const SSL *ssl, int ret);
110 typedef int (*SSL_connect_pt)(SSL *ssl);
113 typedef int (*SSL_set_fd_pt)(SSL *ssl, int fd);
114 typedef void (*SSL_free_pt)(SSL *ssl);
115 typedef int (*SSL_read_pt)(SSL *ssl, void *buf, int num);
116 typedef SSL *(*SSL_new_pt)(SSL_CTX *ctx);
117 typedef SSL_CTX *(*SSL_get_SSL_CTX_pt)(const SSL *ssl);
/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c343 SSL *ssl = NULL; /* The Client's SSL connection */
346 * Creates a new SSL connection. This holds information
367 /* Start the SSL connection */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm329 script if the CGI request is occurring on a secure channel, such as SSL.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm7067 script if the CGI request is occurring on a secure channel, such as SSL.
7121 SSL session.
7689 present when the SSL protocol is in effect. Can be used to determine
7690 whether SSL is turned on.

Completed in 112 milliseconds