Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dthreading.c112 int (*mbedtls_mutex_lock)( mbedtls_threading_mutex_t * ) = threading_mutex_lock_pthread; variable
138 int (*mbedtls_mutex_lock)( mbedtls_threading_mutex_t * ) = threading_mutex_fail;
143 int (*mbedtls_mutex_lock)( mbedtls_threading_mutex_t * ) = threading_mutex_lock; variable
158 mbedtls_mutex_lock = mutex_lock; in mbedtls_threading_set_alt()
A Dssl_cookie.c183 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_ssl_cookie_write()
219 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_ssl_cookie_check()
A Dentropy.c150 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_entropy_add_source()
242 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_entropy_update_manual()
312 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_entropy_gather()
348 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_entropy_func()
A Dplatform_util.c117 if( mbedtls_mutex_lock( &mbedtls_threading_gmtime_mutex ) != 0 ) in mbedtls_platform_gmtime_r()
A Dssl_cache.c68 if( mbedtls_mutex_lock( &cache->mutex ) != 0 ) in mbedtls_ssl_cache_get()
149 if( ( ret = mbedtls_mutex_lock( &cache->mutex ) ) != 0 ) in mbedtls_ssl_cache_set()
A Dssl_ticket.c309 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_ssl_ticket_write()
402 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_ssl_ticket_parse()
A Dmemory_buffer_alloc.c554 if( mbedtls_mutex_lock( &heap.mutex ) != 0 ) in buffer_alloc_calloc_mutexed()
566 if( mbedtls_mutex_lock( &heap.mutex ) ) in buffer_alloc_free_mutexed()
A Dhmac_drbg.c361 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_hmac_drbg_random()
A Dctr_drbg.c529 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_ctr_drbg_random()
A Drsa.c735 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_rsa_public()
881 if( ( ret = mbedtls_mutex_lock( &ctx->mutex ) ) != 0 ) in mbedtls_rsa_private()
A Dx509_crt.c1354 if( ( ret = mbedtls_mutex_lock( &mbedtls_threading_readdir_mutex ) ) != 0 ) in mbedtls_x509_crt_parse_path()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dthreading.h96 extern int (*mbedtls_mutex_lock)( mbedtls_threading_mutex_t *mutex );
A Dcompat-1.3.h2185 #define polarssl_mutex_lock mbedtls_mutex_lock
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_pthread_server.c113 mbedtls_mutex_lock( &debug_mutex ); in my_mutexed_debug()

Completed in 53 milliseconds