SEFile
Userspace drivers to manage a secure filesystem
 All Data Structures Files Functions Variables Typedefs Macros Groups
Data Structures
Here are the data structures with brief descriptions:
oCSEFILE_HANDLEThe SEFILE_HANDLE struct
oCSEFILE_HEADERThe SEFILE_HEADER struct
\CSEFILE_SECTORThe 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