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()309 struct tls_global *global = tls_ctx; in tls_global_set_params()367 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 …]
63 static struct tls_context *tls_global = NULL; variable208 tls_global = context; in tls_init()221 if (context != tls_global) in tls_init()224 os_free(tls_global); in tls_init()225 tls_global = NULL; in tls_init()263 if (context != tls_global) in tls_deinit()271 os_free(tls_global); in tls_deinit()272 tls_global = NULL; in tls_deinit()
245 static struct tls_context *tls_global = NULL; variable987 tls_global = context = tls_context_new(conf); in tls_init()1000 os_free(tls_global); in tls_init()1001 tls_global = NULL; in tls_init()1012 os_free(tls_global); in tls_init()1013 tls_global = NULL; in tls_init()1057 if (context != tls_global) in tls_init()1060 os_free(tls_global); in tls_init()1061 tls_global = NULL; in tls_init()1147 if (context != tls_global) in tls_deinit()[all …]