Searched refs:tls_context (Results 1 – 2 of 2) sorted by relevance
55 struct tls_context { struct63 static struct tls_context *tls_global = NULL; argument67 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()
210 struct tls_context { struct218 static struct tls_context *tls_global = NULL; argument233 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 …]