Go to the source code of this file.
|
void | as_tls_check_init () |
|
void | as_tls_cleanup () |
|
int | as_tls_connect (as_socket *sock) |
|
int | as_tls_connect_once (as_socket *sock) |
|
void | as_tls_context_destroy (as_tls_context *ctx) |
|
as_status | as_tls_context_setup (as_config_tls *tlscfg, as_tls_context *octx, as_error *err) |
|
int | as_tls_read (as_socket *sock, void *buf, size_t num, uint32_t max_idle, uint64_t deadline) |
|
int | as_tls_read_once (as_socket *sock, void *buf, size_t num) |
|
int | as_tls_read_pending (as_socket *sock) |
|
void | as_tls_set_name (as_socket *sock, const char *tls_name) |
|
void | as_tls_thread_cleanup () |
|
int | as_tls_wrap (as_tls_context *ctx, as_socket *sock, const char *tls_name) |
|
int | as_tls_write (as_socket *sock, void *buf, size_t num, uint32_t max_idle, uint64_t deadline) |
|
int | as_tls_write_once (as_socket *sock, void *buf, size_t num) |
|
void as_tls_check_init |
( |
| ) |
|
int as_tls_read |
( |
as_socket * |
sock, |
|
|
void * |
buf, |
|
|
size_t |
num, |
|
|
uint32_t |
max_idle, |
|
|
uint64_t |
deadline |
|
) |
| |
int as_tls_read_once |
( |
as_socket * |
sock, |
|
|
void * |
buf, |
|
|
size_t |
num |
|
) |
| |
void as_tls_set_name |
( |
as_socket * |
sock, |
|
|
const char * |
tls_name |
|
) |
| |
void as_tls_thread_cleanup |
( |
| ) |
|
int as_tls_write |
( |
as_socket * |
sock, |
|
|
void * |
buf, |
|
|
size_t |
num, |
|
|
uint32_t |
max_idle, |
|
|
uint64_t |
deadline |
|
) |
| |
int as_tls_write_once |
( |
as_socket * |
sock, |
|
|
void * |
buf, |
|
|
size_t |
num |
|
) |
| |