Searched refs:psa_get_and_lock_key_slot (Results 1 – 5 of 5) sorted by relevance
93 psa_status_t psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key,
798 psa_status_t psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key, in psa_get_and_lock_key_slot() function994 status = psa_get_and_lock_key_slot(key, &slot); in psa_open_key()
1111 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()1306 status = psa_get_and_lock_key_slot(key, &slot); in psa_destroy_key()
213 …psa_get_and_lock_key_slot` will see that the key is not in a slot, call `psa_reserve_free_key_slot…246 …he linearization point is the final unlock of the mutex within `psa_get_and_lock_key_slot`, as tha…247 …the key input function is the final unlock of the mutex within `psa_get_and_lock_key_slot`. All ot…
25 … from storage, or loading a built-in key. This is done through `psa_get_and_lock_key_slot()`, whic…202 `psa_get_and_lock_key_slot()` automatically loads persistent and built-in keys if the specified key…