Home
last modified time | relevance | path

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

/mbedtls-development/programs/ssl/
A Dssl_pthread_server.c123 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection() local
124 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection()
137 if( ( ret = mbedtls_ssl_setup( &ssl, thread_info->config ) ) != 0 ) in handle_ssl_connection()
268 thread_info->thread_complete = 1; in handle_ssl_connection()

Completed in 3 milliseconds