SEcube open-source SDK
|
The header of each file encrypted with SEfile. This is the header that contains info for the SEkey system. It is stored as cleartext and it is not authenticated. The dimension is always SEKEY_HDR_LEN. More...
#include <SEfile.h>
Public Attributes | |
uint32_t | key_id |
uint16_t | algorithm |
uint8_t | padding [10] |
The header of each file encrypted with SEfile. This is the header that contains info for the SEkey system. It is stored as cleartext and it is not authenticated. The dimension is always SEKEY_HDR_LEN.
uint16_t SEKEY_HEADER::algorithm |
The algorithm used to encrypt this file.
uint32_t SEKEY_HEADER::key_id |
The ID of the key used to encrypt this file.
uint8_t SEKEY_HEADER::padding[10] |
Padding used to reach a SEkey header size which is a multiple of 16.