Searched refs:tls_global (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant/ |
D | tls_schannel.c | 35 struct tls_global { struct 54 static int schannel_load_lib(struct tls_global *global) in schannel_load_lib() argument 92 struct tls_global *global; in tls_init() 107 struct tls_global *global = ssl_ctx; in tls_deinit() 152 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() 218 static u8 * tls_conn_hs_clienthello(struct tls_global *global, in tls_conn_hs_clienthello() 291 static int tls_get_eap(struct tls_global *global, struct tls_connection *conn) in tls_get_eap() 324 struct tls_global *global = ssl_ctx; in tls_connection_handshake() 486 struct tls_global *global = ssl_ctx; in tls_connection_encrypt() 574 struct tls_global *global = ssl_ctx; in tls_connection_decrypt() [all …]
|
D | tls_internal.c | 27 struct tls_global { struct 38 struct tls_global *global; in tls_init() argument 55 struct tls_global *global = ssl_ctx; in tls_deinit()
|
D | tls_gnutls.c | 90 struct tls_global { struct 164 struct tls_global *global; in tls_init() 216 struct tls_global *global = ssl_ctx; in tls_deinit() 283 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session() 326 struct tls_global *global = ssl_ctx; in tls_connection_init() 395 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() 676 struct tls_global *global = tls_ctx; in tls_global_set_params() 937 struct tls_global *global = ssl_ctx; in tls_connection_handshake()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | tls_schannel.c | 35 struct tls_global { struct 54 static int schannel_load_lib(struct tls_global *global) in schannel_load_lib() argument 92 struct tls_global *global; in tls_init() 107 struct tls_global *global = ssl_ctx; in tls_deinit() 152 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() 218 static u8 * tls_conn_hs_clienthello(struct tls_global *global, in tls_conn_hs_clienthello() 291 static int tls_get_eap(struct tls_global *global, struct tls_connection *conn) in tls_get_eap() 324 struct tls_global *global = ssl_ctx; in tls_connection_handshake() 486 struct tls_global *global = ssl_ctx; in tls_connection_encrypt() 574 struct tls_global *global = ssl_ctx; in tls_connection_decrypt() [all …]
|
D | tls_internal.c | 28 struct tls_global { struct 42 struct tls_global *global; in tls_init() argument 65 struct tls_global *global = ssl_ctx; in tls_deinit() 89 struct tls_global *global = tls_ctx; in tls_connection_init() 225 struct tls_global *global = tls_ctx; in tls_global_set_params() 273 struct tls_global *global = tls_ctx; in tls_global_set_verify()
|
D | tls_gnutls.c | 94 struct tls_global { struct 168 struct tls_global *global; in tls_init() 220 struct tls_global *global = ssl_ctx; in tls_deinit() 288 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session() 331 struct tls_global *global = ssl_ctx; in tls_connection_init() 400 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() 692 struct tls_global *global = tls_ctx; in tls_global_set_params() 987 struct tls_global *global = ssl_ctx; in tls_connection_handshake()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_schannel.c | 35 struct tls_global { struct 54 static int schannel_load_lib(struct tls_global *global) in schannel_load_lib() argument 92 struct tls_global *global; in tls_init() 107 struct tls_global *global = ssl_ctx; in tls_deinit() 152 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() 218 static struct wpabuf * tls_conn_hs_clienthello(struct tls_global *global, in tls_conn_hs_clienthello() 289 static int tls_get_eap(struct tls_global *global, struct tls_connection *conn) in tls_get_eap() 322 struct tls_global *global = tls_ctx; in tls_connection_handshake() 477 struct tls_global *global = tls_ctx; in tls_connection_encrypt() 559 struct tls_global *global = tls_ctx; in tls_connection_decrypt() [all …]
|
D | tls_internal.c | 28 struct tls_global { struct 42 struct tls_global *global; in tls_init() argument 65 struct tls_global *global = ssl_ctx; in tls_deinit() 89 struct tls_global *global = tls_ctx; in tls_connection_init() 228 struct tls_global *global = tls_ctx; in tls_global_set_params() 276 struct tls_global *global = tls_ctx; in tls_global_set_verify()
|
D | tls_openssl.c | 58 struct tls_global { struct 64 static struct tls_global *tls_global = NULL; argument 691 tls_global = os_zalloc(sizeof(*tls_global)); in tls_init() 692 if (tls_global == NULL) in tls_init() 695 tls_global->event_cb = conf->event_cb; in tls_init() 696 tls_global->cb_ctx = conf->cb_ctx; in tls_init() 784 os_free(tls_global); in tls_deinit() 785 tls_global = NULL; in tls_deinit() 1117 if (tls_global->event_cb == NULL) in openssl_tls_fail_event() 1128 tls_global->event_cb(tls_global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in openssl_tls_fail_event() [all …]
|
D | tls_gnutls.c | 94 struct tls_global { struct 169 struct tls_global *global; in tls_init() 221 struct tls_global *global = ssl_ctx; in tls_deinit() 285 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session() 328 struct tls_global *global = ssl_ctx; in tls_connection_init() 397 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() 688 struct tls_global *global = tls_ctx; in tls_global_set_params() 1010 struct tls_global *global = tls_ctx; in tls_connection_handshake()
|