RTS API Documentation
1.10.11
|
Go to the source code of this file.
Functions | |
static int | switch_core_cert_extract_fingerprint (void *x509, dtls_fingerprint_t *fp) |
void | switch_ssl_destroy_ssl_locks (void) |
void | switch_ssl_init_ssl_locks (void) |
|
inlinestatic |
Definition at line 54 of file switch_ssl.h.
References SWITCH_DECLARE, switch_ssl_destroy_ssl_locks(), and switch_ssl_init_ssl_locks().
void switch_ssl_destroy_ssl_locks | ( | void | ) |
Definition at line 85 of file switch_core_cert.c.
References ssl_count, ssl_mutexes, ssl_pool, switch_core_destroy_memory_pool, and switch_mutex_destroy().
Referenced by switch_core_cert_extract_fingerprint(), and switch_core_destroy().
void switch_ssl_init_ssl_locks | ( | void | ) |
Definition at line 58 of file switch_core_cert.c.
References ssl_count, ssl_mutexes, ssl_pool, switch_assert, switch_core_new_memory_pool, switch_mutex_init(), SWITCH_MUTEX_NESTED, switch_ssl_ssl_lock_callback(), and switch_ssl_ssl_thread_id().
Referenced by switch_core_cert_extract_fingerprint(), and switch_core_init().