Home
last modified time | relevance | path

Searched refs:mbedtls_mutex_unlock (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A Dhelpers.c59 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_result()
88 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_test()
106 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_get_test_filename()
123 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_line_no()
138 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_increment_step()
153 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_step()
176 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_set_step()
189 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_line1()
214 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_line2()
243 mbedtls_mutex_unlock(&mbedtls_test_info_mutex); in mbedtls_test_get_mutex_usage_error()
[all …]
H A Dthreading_helpers.c309 mutex_functions.unlock = mbedtls_mutex_unlock; in mbedtls_test_mutex_usage_init()
313 mbedtls_mutex_unlock = &mbedtls_test_wrap_mutex_unlock; in mbedtls_test_mutex_usage_init()
347 mbedtls_mutex_unlock = mutex_functions.unlock; in mbedtls_test_mutex_usage_end()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_slot_management.c48 mbedtls_mutex_unlock(&mbedtls_threading_psa_globaldata_mutex); in psa_get_key_slots_initialized()
389 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_get_and_lock_key_slot()
403 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_get_and_lock_key_slot()
444 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_get_and_lock_key_slot()
496 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_unregister_read_under_mutex()
596 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_close_key()
608 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_close_key()
630 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_purge_key()
643 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_purge_key()
H A Dthreading.c106 int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *) = threading_mutex_unlock_pthread; variable
130 int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *) = threading_mutex_fail; variable
143 mbedtls_mutex_unlock = mutex_unlock; in mbedtls_threading_set_alt()
H A Dentropy.c109 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_add_source()
183 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_update_manual()
258 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_gather()
370 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_func()
H A Dssl_cache.c105 if (mbedtls_mutex_unlock(&cache->mutex) != 0) { in mbedtls_ssl_cache_get()
308 if (mbedtls_mutex_unlock(&cache->mutex) != 0) { in mbedtls_ssl_cache_set()
362 if (mbedtls_mutex_unlock(&cache->mutex) != 0) { in mbedtls_ssl_cache_remove()
H A Dssl_cookie.c254 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_cookie_write()
340 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_cookie_check()
H A Dpsa_crypto.c134 mbedtls_mutex_unlock(&mbedtls_threading_psa_rngdata_mutex); in psa_get_initialized()
145 mbedtls_mutex_unlock(&mbedtls_threading_psa_globaldata_mutex); in psa_get_initialized()
162 mbedtls_mutex_unlock(&mbedtls_threading_psa_globaldata_mutex); in psa_get_drivers_initialized()
1287 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_destroy_key()
1389 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_destroy_key()
1773 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_start_key_creation()
1934 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_finish_key_creation()
1953 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_finish_key_creation()
2007 mbedtls_mutex_unlock(&mbedtls_threading_key_slot_mutex); in psa_fail_key_creation()
8040 mbedtls_mutex_unlock(&mbedtls_threading_psa_rngdata_mutex); in mbedtls_psa_crypto_configure_entropy_sources()
[all …]
H A Dssl_ticket.c389 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_ticket_write()
524 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_ticket_parse()
H A Dmemory_buffer_alloc.c544 if (mbedtls_mutex_unlock(&heap.mutex)) { in buffer_alloc_calloc_mutexed()
558 (void) mbedtls_mutex_unlock(&heap.mutex); in buffer_alloc_free_mutexed()
H A Dplatform_util.c204 if (mbedtls_mutex_unlock(&mbedtls_threading_gmtime_mutex) != 0) { in mbedtls_platform_gmtime_r()
/aosp_15_r20/external/mbedtls/library/
H A Dthreading.c107 int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *) = threading_mutex_unlock_pthread; variable
131 int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *) = threading_mutex_fail; variable
144 mbedtls_mutex_unlock = mutex_unlock; in mbedtls_threading_set_alt()
H A Dentropy.c109 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_add_source()
183 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_update_manual()
258 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_gather()
370 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_func()
H A Dssl_cache.c105 if (mbedtls_mutex_unlock(&cache->mutex) != 0) { in mbedtls_ssl_cache_get()
308 if (mbedtls_mutex_unlock(&cache->mutex) != 0) { in mbedtls_ssl_cache_set()
362 if (mbedtls_mutex_unlock(&cache->mutex) != 0) { in mbedtls_ssl_cache_remove()
H A Dssl_cookie.c254 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_cookie_write()
340 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_cookie_check()
H A Dssl_ticket.c382 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_ticket_write()
512 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_ticket_parse()
H A Dmemory_buffer_alloc.c544 if (mbedtls_mutex_unlock(&heap.mutex)) { in buffer_alloc_calloc_mutexed()
558 (void) mbedtls_mutex_unlock(&heap.mutex); in buffer_alloc_free_mutexed()
H A Dplatform_util.c206 if (mbedtls_mutex_unlock(&mbedtls_threading_gmtime_mutex) != 0) { in mbedtls_platform_gmtime_r()
H A Dhmac_drbg.c396 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_hmac_drbg_random()
/aosp_15_r20/external/mbedtls/tests/src/
H A Dthreading_helpers.c181 mutex_functions.unlock = mbedtls_mutex_unlock; in mbedtls_test_mutex_usage_init()
185 mbedtls_mutex_unlock = &mbedtls_test_wrap_mutex_unlock; in mbedtls_test_mutex_usage_init()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dthreading.h80 extern int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *mutex);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dthreading.h84 extern int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *mutex);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dmetatest.c283 TEST_ASSERT(mbedtls_mutex_unlock(&mutex) == 0); in mutex_unlock_not_initialized()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_pthread_server.c79 mbedtls_mutex_unlock(&debug_mutex); in my_mutexed_debug()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_pthread_server.c79 mbedtls_mutex_unlock(&debug_mutex); in my_mutexed_debug()

12