Searched refs:tls_global (Results 1 – 4 of 4) 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()302 struct tls_global *global = tls_ctx; in tls_global_set_params()359 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()308 struct tls_global *global = ssl_ctx; in tls_connection_shutdown()702 struct tls_global *global = ptr; in server_ocsp_status_req()739 struct tls_global *global = tls_ctx; in tls_global_set_params()934 struct tls_global *global = conn->global; in gnutls_tls_fail_event()[all …]
68 static struct tls_context *tls_global = NULL; variable242 tls_global = context; in tls_init()257 if (context != tls_global) in tls_init()260 os_free(tls_global); in tls_init()261 tls_global = NULL; in tls_init()304 if (context != tls_global) in tls_deinit()312 os_free(tls_global); in tls_deinit()313 tls_global = NULL; in tls_deinit()
224 static struct tls_context *tls_global = NULL; variable1024 tls_global = context = tls_context_new(conf); in tls_init()1037 os_free(tls_global); in tls_init()1038 tls_global = NULL; in tls_init()1049 os_free(tls_global); in tls_init()1050 tls_global = NULL; in tls_init()1092 if (context != tls_global) in tls_init()1095 os_free(tls_global); in tls_init()1096 tls_global = NULL; in tls_init()1207 if (context != tls_global) in tls_deinit()[all …]