SEFile
Userspace drivers to manage a secure filesystem
|
The SEFILE_HANDLE struct. More...
Data Fields | |
uint32_t | log_offset |
int32_t | fd |
uint8_t | nonce_ctr [16] |
uint8_t | nonce_pbkdf2 [SEFILE_NONCE_LEN] |
The SEFILE_HANDLE struct.
This abstract data type is used to hide from higher level of abstraction its implementation. The data stored in here are the current physical file pointer position and the file descriptor OS-dependent data type.
int32_t SEFILE_HANDLE::fd |
File descriptor in Unix environment
uint32_t SEFILE_HANDLE::log_offset |
Actual pointer position in bytes
uint8_t SEFILE_HANDLE::nonce_ctr[16] |
Nonce used for the CTR feedback
uint8_t SEFILE_HANDLE::nonce_pbkdf2[SEFILE_NONCE_LEN] |
Nonce used for the PBKDF2