This structure represents a vault.
More...
#include <vault.h>
|
| char * | filename |
| | The filename of the vault (full path)
|
| |
| FILE * | fd |
| | Filehandle if opened.
|
| |
| uint8_t | unsafed |
| | Flag to tell if the file needs to be written.
|
| |
| uint8_t | isnew |
| | Flag to tell if the vault has been newly created.
|
| |
| uint32_t | size |
| | Filesize.
|
| |
| time_t | modified |
| | mtime
|
| |
| mode_t | mode |
| | File mode.
|
| |
| uint32_t | version |
| | Vault version.
|
| |
| byte | checksum [32] |
| | SHA256 checksum over the whole vault.
|
| |
This structure represents a vault.
Definition at line 95 of file vault.h.
| byte _vault_t::checksum[32] |
SHA256 checksum over the whole vault.
Definition at line 104 of file vault.h.
Filehandle if opened.
Definition at line 97 of file vault.h.
The filename of the vault (full path)
Definition at line 96 of file vault.h.
Flag to tell if the vault has been newly created.
Definition at line 99 of file vault.h.
File mode.
Definition at line 102 of file vault.h.
| time_t _vault_t::modified |
| uint8_t _vault_t::unsafed |
Flag to tell if the file needs to be written.
Definition at line 98 of file vault.h.
| uint32_t _vault_t::version |
Vault version.
Definition at line 103 of file vault.h.
The documentation for this struct was generated from the following file: