Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/scripts/
Dfootprint.sh110 doit thread configs/config-thread.h
/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_pthread_server.c116 pthread_t thread; member
290 pthread_join(threads[i].thread, NULL ); in thread_create()
306 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_debug.function29 /* Skip "thread ID" (up to the first space) as it is not predictable */
/net-tools-latest/mbedtls-2.4.0/
DChangeLog323 * Prepend a "thread identifier" to debug messages (issue pointed out by
507 thread-safe if MBEDTLS_THREADING_C is enabled.
567 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
896 now thread-safe if POLARSSL_THREADING_C defined
939 * x509_get_current_time() uses localtime_r() to prevent thread issues
1245 * x509_get_current_time() uses localtime_r() to prevent thread issues
1267 * Changed RSA blinding to a slower but thread-safe version