SEcube open-source SDK
|
Use this values as creation parameter for secure_open(). | |
#define | SEFILE_NEWFILE CREATE_ALWAYS |
#define | SEFILE_OPEN OPEN_EXISTING |
#define SEFILE_NEWFILE CREATE_ALWAYS |
Forces file creation even if the file already exists.
#define SEFILE_OPEN OPEN_EXISTING |
Opens only if the file already exists.