SEFile
Userspace drivers to manage a secure filesystem
 All Data Structures Files Functions Variables Typedefs Macros Groups
Data Structures
SectorStruct

Data Structures

struct  SEFILE_HEADER
 The SEFILE_HEADER struct. More...
 
struct  SEFILE_SECTOR
 The SEFILE_SECTOR struct This data struct is the actual sector organization. The total size should ALWAYS be equal to SEFILE_SECTOR_SIZE. The first sector is used to hold ONLY the header. Thanks to the union data type, the developer can simply declare a sector and then choose if it is the header sector or not. More...
 

Detailed Description