Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/interface/include/psa/
Dstorage_common.h28 #define PSA_STORAGE_FLAG_WRITE_ONCE (1u << 0) macro
/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.c232 if (create_flags & ~(PSA_STORAGE_FLAG_WRITE_ONCE | in tfm_its_set()
257 if (g_file_info.flags & PSA_STORAGE_FLAG_WRITE_ONCE) { in tfm_its_set()
405 if (g_file_info.flags & PSA_STORAGE_FLAG_WRITE_ONCE) { in tfm_its_remove()
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/
Dtfm_protected_storage.c58 if (create_flags & ~(PSA_STORAGE_FLAG_WRITE_ONCE | in tfm_ps_set()
Dps_object_system.c265 & PSA_STORAGE_FLAG_WRITE_ONCE) { in ps_object_create()
377 if (g_ps_object.header.info.create_flags & PSA_STORAGE_FLAG_WRITE_ONCE) { in ps_object_write()
518 if (g_ps_object.header.info.create_flags & PSA_STORAGE_FLAG_WRITE_ONCE) { in ps_object_delete()
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dtfm_its_service.rst206 currently defined for ITS: ``PSA_STORAGE_FLAG_WRITE_ONCE``, which prevents a UID