SEcube open-source SDK
|
This is a header file required by any application exploiting SEfile and/or SEkey. More...
Go to the source code of this file.
Variables | |
L1 * | SEcube |
std::vector< std::unique_ptr< SEfile > > | databases |
bool | SEkey_running |
This is a header file required by any application exploiting SEfile and/or SEkey.
std::vector<std::unique_ptr<SEfile> > databases |
This contains the list of encrypted SQLite databases used by the software. Notice that at least one database is included (the db of SEkey) but you can add your own.
L1* SEcube |
Global pointer to the L1 object used for L1 SEcube APIs (required by SEkey and SEfile).
bool SEkey_running |
Global flag that tells us if SEkey is running or not. It is set to true by sekey_start() and reset to false by sekey_stop(), it is used by the secure_key_check() function.