11 #ifndef PSA_STORAGE_COMMON_H
12 #define PSA_STORAGE_COMMON_H
27 #define PSA_STORAGE_FLAG_NONE 0u
28 #define PSA_STORAGE_FLAG_WRITE_ONCE (1u << 0)
29 #define PSA_STORAGE_FLAG_NO_CONFIDENTIALITY (1u << 1)
30 #define PSA_STORAGE_FLAG_NO_REPLAY_PROTECTION (1u << 2)
37 psa_storage_create_flags_t
flags;
40 #define PSA_STORAGE_SUPPORT_SET_EXTENDED (1u << 0)
42 #define PSA_ERROR_INVALID_SIGNATURE ((psa_status_t)-149)
43 #define PSA_ERROR_DATA_CORRUPT ((psa_status_t)-152)
49 #endif // PSA_STORAGE_COMMON_H
uint64_t psa_storage_uid_t
psa_storage_create_flags_t flags
uint32_t psa_storage_create_flags_t