Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 6 of 6) sorted by relevance
18 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro
122 zassert_equal(ret, PSA_SUCCESS, "%s%d", (ret == PSA_ERROR_NOT_PERMITTED) ? in ZTEST()130 zassert_equal(ret, PSA_ERROR_NOT_PERMITTED); in ZTEST()133 zassert_equal(ret, PSA_ERROR_NOT_PERMITTED); in ZTEST()
34 case PSA_ERROR_NOT_PERMITTED: in al_psa_status()
77 if (status != PSA_ERROR_NOT_PERMITTED) { in main()
85 *ret = PSA_ERROR_NOT_PERMITTED; in keep_stored_entry()217 return PSA_ERROR_NOT_PERMITTED; in secure_storage_its_remove()
68 Got expected error (PSA_ERROR_NOT_PERMITTED) when writing to protected UID