Searched refs:tls_global (Results 1 – 3 of 3) sorted by relevance
22 struct tls_global { struct36 struct tls_global *global; argument42 struct tls_global *global; in tls_init()70 struct tls_global *global = ssl_ctx; in tls_deinit()96 struct tls_global *global = tls_ctx; in tls_connection_init()295 struct tls_global *global = tls_ctx; in tls_global_set_params()350 struct tls_global *global = tls_ctx; in tls_global_set_verify()
26 struct tls_global { struct45 struct tls_global *global; argument99 struct tls_global *global; in tls_init()133 struct tls_global *global = ssl_ctx; in tls_deinit()198 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session()241 struct tls_global *global = ssl_ctx; in tls_connection_init()300 struct tls_global *global = ssl_ctx; in tls_connection_shutdown()618 struct tls_global *global = ptr; in server_ocsp_status_req()655 struct tls_global *global = tls_ctx; in tls_global_set_params()838 struct tls_global *global = conn->global; in gnutls_tls_fail_event()[all …]
193 static struct tls_context *tls_global = NULL; variable891 tls_global = context = tls_context_new(conf); in tls_init()904 os_free(tls_global); in tls_init()905 tls_global = NULL; in tls_init()916 os_free(tls_global); in tls_init()917 tls_global = NULL; in tls_init()959 if (context != tls_global) in tls_init()962 os_free(tls_global); in tls_init()963 tls_global = NULL; in tls_init()1046 if (context != tls_global) in tls_deinit()[all …]