Home
last modified time | relevance | path

Searched refs:PSA_ERROR_ALREADY_EXISTS (Results 1 – 9 of 9) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_se.c321 return PSA_ERROR_ALREADY_EXISTS; in psa_register_se_driver()
Dpsa_crypto_storage.c137 return PSA_ERROR_ALREADY_EXISTS; in psa_crypto_storage_store()
Dpsa_crypto.c719 return PSA_ERROR_ALREADY_EXISTS; in psa_allocate_buffer_to_slot()
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md70 > * If one call returns `PSA_ERROR_ALREADY_EXISTS`, then the other call must succeed.
71 > * If one of the calls succeeds, then the other must fail: either with `PSA_ERROR_ALREADY_EXISTS` …
72 > * Both calls can fail with error codes that are not `PSA_ERROR_ALREADY_EXISTS`.
119 …me key identifier, only one thread can succeed - the others will return `PSA_ERROR_ALREADY_EXISTS`.
/mbedtls-latest/include/psa/
Dcrypto_values.h104 #define PSA_ERROR_ALREADY_EXISTS ((psa_status_t)-139) macro
/mbedtls-latest/programs/psa/
Dpsa_constant_names_generated.c6 case PSA_ERROR_ALREADY_EXISTS: return "PSA_ERROR_ALREADY_EXISTS"; in psa_strerror()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_slot_management.function408 PSA_ERROR_ALREADY_EXISTS);
696 PSA_ERROR_ALREADY_EXISTS);
Dtest_suite_psa_crypto_se_driver_hal.function841 PSA_ERROR_ALREADY_EXISTS);
Dtest_suite_psa_crypto.function1367 * and returns PSA_ERROR_ALREADY_EXISTS.
1373 case PSA_ERROR_ALREADY_EXISTS: