Searched refs:tls_global (Results 1 – 3 of 3) sorted by relevance
22 struct tls_global { struct31 struct tls_global *global; argument37 struct tls_global *global; in tls_init()60 struct tls_global *global = ssl_ctx; in tls_deinit()84 struct tls_global *global = tls_ctx; in tls_connection_init()276 struct tls_global *global = tls_ctx; in tls_global_set_params()324 struct tls_global *global = tls_ctx; in tls_global_set_verify()
26 struct tls_global { struct43 struct tls_global *global; argument97 struct tls_global *global; in tls_init()131 struct tls_global *global = ssl_ctx; in tls_deinit()195 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session()238 struct tls_global *global = ssl_ctx; in tls_connection_init()297 struct tls_global *global = ssl_ctx; in tls_connection_shutdown()602 struct tls_global *global = tls_ctx; in tls_global_set_params()766 struct tls_global *global = conn->global; in gnutls_tls_fail_event()1241 struct tls_global *global = tls_ctx; in tls_connection_handshake()
80 static struct tls_context *tls_global = NULL; variable743 tls_global = context = tls_context_new(conf); in tls_init()754 os_free(tls_global); in tls_init()755 tls_global = NULL; in tls_init()764 os_free(tls_global); in tls_init()765 tls_global = NULL; in tls_init()801 if (context != tls_global) in tls_init()804 os_free(tls_global); in tls_init()805 tls_global = NULL; in tls_init()853 if (context != tls_global) in tls_deinit()[all …]