SEFile
Userspace drivers to manage a secure filesystem
 All Data Structures Files Functions Variables Typedefs Macros Groups
Data Fields
SEFILE_HANDLE Struct Reference

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]
 

Detailed Description

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.

Field Documentation

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


The documentation for this struct was generated from the following file: