/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | helpers.c | 59 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 D | threading_helpers.c | 309 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 D | psa_crypto_slot_management.c | 48 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 D | threading.c | 106 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 D | entropy.c | 109 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 D | ssl_cache.c | 105 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 D | ssl_cookie.c | 254 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 D | psa_crypto.c | 134 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 D | ssl_ticket.c | 389 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 D | memory_buffer_alloc.c | 544 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 D | platform_util.c | 204 if (mbedtls_mutex_unlock(&mbedtls_threading_gmtime_mutex) != 0) { in mbedtls_platform_gmtime_r()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | threading.c | 107 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 D | entropy.c | 109 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 D | ssl_cache.c | 105 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 D | ssl_cookie.c | 254 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 D | ssl_ticket.c | 382 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 D | memory_buffer_alloc.c | 544 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 D | platform_util.c | 206 if (mbedtls_mutex_unlock(&mbedtls_threading_gmtime_mutex) != 0) { in mbedtls_platform_gmtime_r()
|
H A D | hmac_drbg.c | 396 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_hmac_drbg_random()
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | threading_helpers.c | 181 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 D | threading.h | 80 extern int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *mutex);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | threading.h | 84 extern int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *mutex);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | metatest.c | 283 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 D | ssl_pthread_server.c | 79 mbedtls_mutex_unlock(&debug_mutex); in my_mutexed_debug()
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_pthread_server.c | 79 mbedtls_mutex_unlock(&debug_mutex); in my_mutexed_debug()
|