Home
last modified time | relevance | path

Searched refs:ITS_FLASH_FS_USER_FLAGS_MASK (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs.h33 #define ITS_FLASH_FS_USER_FLAGS_MASK ((1UL << 16) - 1) macro
Dits_flash_fs.c213 info->flags = tmp_metadata.flags & ITS_FLASH_FS_USER_FLAGS_MASK; in its_flash_fs_file_get_info()
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/
Dits_crypto_interface.c52 uint32_t user_flags = flags & ITS_FLASH_FS_USER_FLAGS_MASK; in tfm_its_fill_enc_add()