Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md60 …unctions: psa_start_key_creation(), psa_finish_key_creation() and psa_fail_key_creation(). Impleme…
66 In case of any error occurring at step 3 or 4, psa_fail_key_creation() is called. It wipes and clea…
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c1971 static void psa_fail_key_creation(psa_key_slot_t *slot, in psa_fail_key_creation() function
2123 psa_fail_key_creation(slot, driver); in psa_import_key()
2159 psa_fail_key_creation(slot, driver); in mbedtls_psa_register_se_key()
2265 psa_fail_key_creation(target_slot, driver); in psa_copy_key()
6474 psa_fail_key_creation(slot, driver); in psa_key_derivation_output_key_ext()
8002 psa_fail_key_creation(slot, driver); in psa_generate_key_ext()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md209 * `psa_fail_key_creation` - If there is a failure at any point in the key creation stage, this clea…