Home
last modified time | relevance | path

Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/secure_storage/include/psa/
Derror.h18 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro
/Zephyr-latest/tests/subsys/secure_storage/psa/its/src/
Dmain.c122 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()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dutil_app_log.c34 case PSA_ERROR_NOT_PERMITTED: in al_psa_status()
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/src/
Dmain.c77 if (status != PSA_ERROR_NOT_PERMITTED) { in main()
/Zephyr-latest/subsys/secure_storage/src/its/
Dimplementation.c85 *ret = PSA_ERROR_NOT_PERMITTED; in keep_stored_entry()
217 return PSA_ERROR_NOT_PERMITTED; in secure_storage_its_remove()
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst68 Got expected error (PSA_ERROR_NOT_PERMITTED) when writing to protected UID