Home
last modified time | relevance | path

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

/hostap-3.6.0/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.c210 struct tls_context { struct
218 static struct tls_context *tls_global = NULL; argument
233 struct tls_context *context;
278 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
280 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new()
765 struct tls_context *context = conn->context; in ssl_info_cb()
956 struct tls_context *context; in tls_init()
1123 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_deinit()
1545 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_connection_init()
2158 struct tls_context *context = conn->context; in openssl_tls_fail_event()
[all …]