Home
last modified time | relevance | path

Searched defs:its_flash_fs_file_info_t (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs.h178 struct its_flash_fs_file_info_t { struct
179 size_t size_current; /*!< The current size of the file in bytes */
180 size_t size_max; /*!< The maximum size of the file in bytes. */
181 uint32_t flags; /*!< Flags set when the file was created */
184 uint8_t aad[ITS_FILE_ID_SIZE + ITS_DATA_SIZE_FIELD_SIZE + ITS_FLAG_SIZE];
185 uint8_t nonce[TFM_ITS_ENC_NONCE_LENGTH]; /*!< Nonce/IV for encrypted files */
186 uint8_t tag[TFM_ITS_AUTH_TAG_LENGTH]; /*!< Authentication tag */