Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_pthread_server.c125 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection() local
126 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection()
139 if( ( ret = mbedtls_ssl_setup( &ssl, thread_info->config ) ) != 0 ) in handle_ssl_connection()
270 thread_info->thread_complete = 1; in handle_ssl_connection()