SEcube open-source SDK
|
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. More...
#include <SEfile.h>
Public Attributes | |
uint32_t | log_offset |
HANDLE | fd |
uint8_t | nonce_ctr [16] |
uint8_t | nonce_pbkdf2 [SEFILE_NONCE_LEN] |
char | name [MAX_PATHNAME] |
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.
HANDLE SEFILE_HANDLE::fd |
File descriptor in Windows 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