Home
last modified time | relevance | path

Searched refs:psa_key_slot_state_transition (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.h146 static inline psa_status_t psa_key_slot_state_transition( in psa_key_slot_state_transition() function
Dpsa_crypto_slot_management.c223 status = psa_key_slot_state_transition(selected_slot, PSA_SLOT_EMPTY, in psa_reserve_free_key_slot()
434 psa_key_slot_state_transition((*p_slot), PSA_SLOT_FILLING, in psa_get_and_lock_key_slot()
Dpsa_crypto.c1300 overall_status = psa_key_slot_state_transition(slot, PSA_SLOT_FULL, in psa_destroy_key()
1945 status = psa_key_slot_state_transition(slot, PSA_SLOT_FILLING, in psa_finish_key_creation()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md176psa_key_slot_state_transition`. To change the state of `slot` from `expected_state` to `new_state`…