Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_internal.c22 struct tls_global { struct
36 struct tls_global *global; argument
42 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()
Dtls_gnutls.c26 struct tls_global { struct
45 struct tls_global *global; argument
99 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 …]
Dtls_wolfssl.c62 static struct tls_context *tls_global = NULL; variable
207 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()
Dtls_openssl.c218 static struct tls_context *tls_global = NULL; variable
959 tls_global = context = tls_context_new(conf); in tls_init()
972 os_free(tls_global); in tls_init()
973 tls_global = NULL; in tls_init()
984 os_free(tls_global); in tls_init()
985 tls_global = NULL; in tls_init()
1029 if (context != tls_global) in tls_init()
1032 os_free(tls_global); in tls_init()
1033 tls_global = NULL; in tls_init()
1117 if (context != tls_global) in tls_deinit()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_internal.c22 struct tls_global { struct
36 struct tls_global *global; argument
42 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()
Dtls_gnutls.c26 struct tls_global { struct
45 struct tls_global *global; argument
99 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 …]
Dtls_wolfssl.c63 static struct tls_context *tls_global = NULL; variable
208 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()
Dtls_openssl.c223 static struct tls_context *tls_global = NULL; variable
969 tls_global = context = tls_context_new(conf); in tls_init()
982 os_free(tls_global); in tls_init()
983 tls_global = NULL; in tls_init()
994 os_free(tls_global); in tls_init()
995 tls_global = NULL; in tls_init()
1039 if (context != tls_global) in tls_init()
1042 os_free(tls_global); in tls_init()
1043 tls_global = NULL; in tls_init()
1129 if (context != tls_global) in tls_deinit()
[all …]