Searched refs:PSA_STORAGE_FLAG_WRITE_ONCE (Results 1 – 5 of 5) sorted by relevance
15 PSA_STORAGE_FLAG_WRITE_ONCE | \
31 #define PSA_STORAGE_FLAG_WRITE_ONCE (1u << 0) macro
121 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()
67 psa_storage_create_flags_t uid2_flag = PSA_STORAGE_FLAG_WRITE_ONCE; in main()
84 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()