Searched refs:tls_context (Results 1 – 2 of 2) sorted by relevance
54 struct tls_context { struct62 static struct tls_context *tls_global = NULL; argument66 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()
217 struct tls_context { struct225 static struct tls_context *tls_global = NULL; argument240 struct tls_context *context;284 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()286 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new()771 struct tls_context *context = conn->context; in ssl_info_cb()962 struct tls_context *context; in tls_init()1126 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_deinit()1544 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_connection_init()2151 struct tls_context *context = conn->context; in openssl_tls_fail_event()[all …]