Home
last modified time | relevance | path

Searched refs:tls_context (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c54 struct tls_context { struct
62 static struct tls_context *tls_global = NULL; argument
66 struct tls_context *context;
99 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
101 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new()
195 struct tls_context *context; in tls_init()
260 struct tls_context *context = wolfSSL_CTX_get_ex_data(ssl_ctx, 0); in tls_deinit()
834 struct tls_context *context = conn->context; in wolfssl_tls_fail_event()
858 struct tls_context *context = conn->context; in wolfssl_tls_cert_event()
951 struct tls_context *context; in tls_verify_cb()
Dtls_openssl.c210 struct tls_context { struct
218 static struct tls_context *tls_global = NULL; argument
233 struct tls_context *context;
277 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
279 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new()
764 struct tls_context *context = conn->context; in ssl_info_cb()
955 struct tls_context *context; in tls_init()
1116 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_deinit()
1538 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_connection_init()
2150 struct tls_context *context = conn->context; in openssl_tls_fail_event()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c55 struct tls_context { struct
63 static struct tls_context *tls_global = NULL; argument
67 struct tls_context *context;
100 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
102 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new()
196 struct tls_context *context; in tls_init()
261 struct tls_context *context = wolfSSL_CTX_get_ex_data(ssl_ctx, 0); in tls_deinit()
838 struct tls_context *context = conn->context; in wolfssl_tls_fail_event()
862 struct tls_context *context = conn->context; in wolfssl_tls_cert_event()
958 struct tls_context *context; in tls_verify_cb()
Dtls_openssl.c215 struct tls_context { struct
223 static struct tls_context *tls_global = NULL; argument
238 struct tls_context *context;
283 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
285 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new()
770 struct tls_context *context = conn->context; in ssl_info_cb()
961 struct tls_context *context; in tls_init()
1128 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_deinit()
1550 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_connection_init()
2163 struct tls_context *context = conn->context; in openssl_tls_fail_event()
[all …]
/third_party/jerryscript/docs/
D02.API-REFERENCE.md7090 __thread jerry_context_t *tls_context;
7096 return tls_context;
7110 tls_context = jerry_create_context (512 * 1024,
7118 free (tls_context);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h77974 struct tls_context { struct