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 …]
62 static struct tls_context *tls_global = NULL; variable207 tls_global = context; in tls_init()220 if (context != tls_global) in tls_init()223 os_free(tls_global); in tls_init()224 tls_global = NULL; in tls_init()262 if (context != tls_global) in tls_deinit()270 os_free(tls_global); in tls_deinit()271 tls_global = NULL; in tls_deinit()
225 static struct tls_context *tls_global = NULL; variable966 tls_global = context = tls_context_new(conf); in tls_init()979 os_free(tls_global); in tls_init()980 tls_global = NULL; in tls_init()991 os_free(tls_global); in tls_init()992 tls_global = NULL; in tls_init()1036 if (context != tls_global) in tls_init()1039 os_free(tls_global); in tls_init()1040 tls_global = NULL; in tls_init()1127 if (context != tls_global) in tls_deinit()[all …]