Searched refs:PSA_ERROR_ALREADY_EXISTS (Results 1 – 9 of 9) sorted by relevance
321 return PSA_ERROR_ALREADY_EXISTS; in psa_register_se_driver()
137 return PSA_ERROR_ALREADY_EXISTS; in psa_crypto_storage_store()
719 return PSA_ERROR_ALREADY_EXISTS; in psa_allocate_buffer_to_slot()
70 > * 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`.
104 #define PSA_ERROR_ALREADY_EXISTS ((psa_status_t)-139) macro
6 case PSA_ERROR_ALREADY_EXISTS: return "PSA_ERROR_ALREADY_EXISTS"; in psa_strerror()
408 PSA_ERROR_ALREADY_EXISTS);696 PSA_ERROR_ALREADY_EXISTS);
841 PSA_ERROR_ALREADY_EXISTS);
1367 * and returns PSA_ERROR_ALREADY_EXISTS.1373 case PSA_ERROR_ALREADY_EXISTS: