Home
last modified time | relevance | path

Searched refs:psa_unregister_read_under_mutex (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_slot_management.h286 psa_status_t psa_unregister_read_under_mutex(psa_key_slot_t *slot);
H A Dpsa_crypto.c1139 psa_unregister_read_under_mutex(slot); in psa_get_and_lock_key_slot_with_policy()
1176 psa_unregister_read_under_mutex(*p_slot); in psa_get_and_lock_transparent_key_slot_with_policy()
1449 return psa_unregister_read_under_mutex(slot); in psa_get_key_attributes()
1546 unlock_status = psa_unregister_read_under_mutex(slot); in psa_export_key()
1661 unlock_status = psa_unregister_read_under_mutex(slot); in psa_export_public_key()
2311 unlock_status = psa_unregister_read_under_mutex(source_slot); in psa_copy_key()
2749 unlock_status = psa_unregister_read_under_mutex(slot); in psa_mac_setup()
2950 unlock_status = psa_unregister_read_under_mutex(slot); in psa_mac_compute_internal()
3138 unlock_status = psa_unregister_read_under_mutex(slot); in psa_sign_internal()
3182 unlock_status = psa_unregister_read_under_mutex(slot); in psa_verify_internal()
[all …]
H A Dpsa_crypto_slot_management.c925 psa_status_t psa_unregister_read_under_mutex(psa_key_slot_t *slot) in psa_unregister_read_under_mutex() function
1006 return psa_unregister_read_under_mutex(slot); in psa_open_key()