Home
last modified time | relevance | path

Searched refs:tls_global (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dtls_internal.c22 struct tls_global { struct
31 struct tls_global *global; argument
37 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()
Dtls_gnutls.c26 struct tls_global { struct
43 struct tls_global *global; argument
97 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()
Dtls_openssl.c80 static struct tls_context *tls_global = NULL; variable
743 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 …]