s/qmail 4.3.25
Next generation secure email transport
Loading...
Searching...
No Matches
Typedefs | Functions
tls_timeoutio.h File Reference
#include <openssl/ssl.h>
Include dependency graph for tls_timeoutio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int(* TLS_fun) (SSL *, void *, int)
 

Functions

int tls_timeoutconn (int, int, int, SSL *)
 
int tls_timeoutaccept (int, int, int, SSL *)
 
int tsl_timeoutrehandshake (int, int, int, SSL *)
 
int tls_timeoutread (int, int, int, SSL *, char *, int)
 
int tls_timeoutwrite (int, int, int, SSL *, char *, int)
 
int tls_timeoutio (TLS_fun fun, int, int, int, SSL *, char *, int)
 

Typedef Documentation

◆ TLS_fun

typedef int(* TLS_fun) (SSL *, void *, int)

Definition at line 6 of file tls_timeoutio.h.

Function Documentation

◆ tls_timeoutaccept()

int tls_timeoutaccept ( int  t,
int  rfd,
int  wfd,
SSL *  ssl 
)

Definition at line 53 of file tls_timeoutio.c.

Here is the call graph for this function:

◆ tls_timeoutconn()

int tls_timeoutconn ( int  t,
int  rfd,
int  wfd,
SSL *  ssl 
)

Definition at line 67 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tls_timeoutio()

int tls_timeoutio ( TLS_fun  fun,
int  t,
int  rfd,
int  wfd,
SSL *  ssl,
char *  buf,
int  len 
)

Definition at line 19 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tls_timeoutread()

int tls_timeoutread ( int  t,
int  rfd,
int  wfd,
SSL *  ssl,
char *  buf,
int  len 
)

Definition at line 96 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tls_timeoutwrite()

int tls_timeoutwrite ( int  t,
int  rfd,
int  wfd,
SSL *  ssl,
char *  buf,
int  len 
)

Definition at line 103 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tsl_timeoutrehandshake()

int tsl_timeoutrehandshake ( int  ,
int  ,
int  ,
SSL *   
)