Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c100 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection() local
101 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection()
114 if ((ret = mbedtls_ssl_setup(&ssl, thread_info->config)) != 0) { in handle_ssl_connection()
234 thread_info->thread_complete = 1; in handle_ssl_connection()