Searched refs:psa_unregister_read_under_mutex (Results 1 – 4 of 4) sorted by relevance
227 psa_status_t psa_unregister_read_under_mutex(psa_key_slot_t *slot);
1133 psa_unregister_read_under_mutex(slot); in psa_get_and_lock_key_slot_with_policy()1170 psa_unregister_read_under_mutex(*p_slot); in psa_get_and_lock_transparent_key_slot_with_policy()1420 return psa_unregister_read_under_mutex(slot); in psa_get_key_attributes()1517 unlock_status = psa_unregister_read_under_mutex(slot); in psa_export_key()1632 unlock_status = psa_unregister_read_under_mutex(slot); in psa_export_public_key()2637 unlock_status = psa_unregister_read_under_mutex(slot); in psa_mac_setup()2838 unlock_status = psa_unregister_read_under_mutex(slot); in psa_mac_compute_internal()2998 unlock_status = psa_unregister_read_under_mutex(slot); in psa_sign_internal()3042 unlock_status = psa_unregister_read_under_mutex(slot); in psa_verify_internal()4789 psa_unregister_read_under_mutex(slot); in psa_aead_encrypt()[all …]
484 psa_status_t psa_unregister_read_under_mutex(psa_key_slot_t *slot) in psa_unregister_read_under_mutex() function565 return psa_unregister_read_under_mutex(slot); in psa_open_key()
186 …ed while the mutex is held; there is a convenience function `psa_unregister_read_under_mutex` whic…223 * Once finished, they call `psa_unregister_read_under_mutex`.
Completed in 23 milliseconds