Home
last modified time | relevance | path

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

/mbedtls/library/
A Dpsa_crypto_se.c321 return PSA_ERROR_ALREADY_EXISTS; in psa_register_se_driver()
A Dpsa_crypto_storage.c137 return PSA_ERROR_ALREADY_EXISTS; in psa_crypto_storage_store()
A Dpsa_crypto.c709 return PSA_ERROR_ALREADY_EXISTS; in psa_allocate_buffer_to_slot()
/mbedtls/include/psa/
A Dcrypto_values.h104 #define PSA_ERROR_ALREADY_EXISTS ((psa_status_t)-139) macro
/mbedtls/programs/psa/
A Dpsa_constant_names_generated.c6 case PSA_ERROR_ALREADY_EXISTS: return "PSA_ERROR_ALREADY_EXISTS"; in psa_strerror()
/mbedtls/docs/architecture/psa-thread-safety/
A 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/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function383 PSA_ERROR_ALREADY_EXISTS);
671 PSA_ERROR_ALREADY_EXISTS);
A Dtest_suite_psa_crypto_se_driver_hal.function826 PSA_ERROR_ALREADY_EXISTS);
A Dtest_suite_psa_crypto.function1388 * and returns PSA_ERROR_ALREADY_EXISTS.
1394 case PSA_ERROR_ALREADY_EXISTS:

Completed in 45 milliseconds