Home
last modified time | relevance | path

Searched refs:PSA_STORAGE_FLAG_WRITE_ONCE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/secure_storage/include/internal/zephyr/secure_storage/
Dcommon.h15 PSA_STORAGE_FLAG_WRITE_ONCE | \
/Zephyr-latest/subsys/secure_storage/include/psa/
Dstorage_common.h31 #define PSA_STORAGE_FLAG_WRITE_ONCE (1u << 0) macro
/Zephyr-latest/tests/subsys/secure_storage/psa/its/src/
Dmain.c121 ret = psa_its_set(uid, sizeof(data), data, PSA_STORAGE_FLAG_WRITE_ONCE); in ZTEST()
127 zassert_equal(info.flags, PSA_STORAGE_FLAG_WRITE_ONCE); in ZTEST()
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/src/
Dmain.c67 psa_storage_create_flags_t uid2_flag = PSA_STORAGE_FLAG_WRITE_ONCE; in main()
/Zephyr-latest/subsys/secure_storage/src/its/
Dimplementation.c84 if (existing_create_flags & PSA_STORAGE_FLAG_WRITE_ONCE) { in keep_stored_entry()
216 if (ret == PSA_SUCCESS && (create_flags & PSA_STORAGE_FLAG_WRITE_ONCE)) { in secure_storage_its_remove()