SEFile
Userspace drivers to manage a secure filesystem
|
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... | |