Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
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 Dpsa_crypto_slot_management.c206 mbedtls_mutex_unlock(&mbedtls_threading_psa_globaldata_mutex); in psa_get_key_slots_initialized()
826 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_get_and_lock_key_slot()
839 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_get_and_lock_key_slot()
885 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_get_and_lock_key_slot()
937 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_unregister_read_under_mutex()
1037 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_close_key()
1049 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_close_key()
1071 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_purge_key()
1084 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_purge_key()
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 Dentropy.c113 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_add_source()
187 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_update_manual()
262 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_gather()
374 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_entropy_func()
H A Dssl_cookie.c258 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_cookie_write()
344 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ssl_cookie_check()
H A Dplatform_util.c204 if (mbedtls_mutex_unlock(&mbedtls_threading_gmtime_mutex) != 0) { in mbedtls_platform_gmtime_r()
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 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()
1316 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_destroy_key()
1418 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_destroy_key()
1805 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_start_key_creation()
1969 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_finish_key_creation()
1988 PSA_THREADING_CHK_RET(mbedtls_mutex_unlock( in psa_finish_key_creation()
2042 mbedtls_mutex_unlock(&mbedtls_threading_key_slot_mutex); in psa_fail_key_creation()
8323 mbedtls_mutex_unlock(&mbedtls_threading_psa_rngdata_mutex); in mbedtls_psa_crypto_configure_entropy_sources()
[all …]
H A Dhmac_drbg.c396 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_hmac_drbg_random()
H A Dctr_drbg.c711 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_ctr_drbg_random()
H A Drsa.c1270 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_rsa_public()
1578 if (mbedtls_mutex_unlock(&ctx->mutex) != 0) { in mbedtls_rsa_private()
H A Dx509_crt.c1655 if (mbedtls_mutex_unlock(&mbedtls_threading_readdir_mutex) != 0) { in mbedtls_x509_crt_parse_path()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dthreading.h84 extern int (*mbedtls_mutex_unlock)(mbedtls_threading_mutex_t *mutex);