OPTIGA™ Trust M
Host Library Documentation
data_object.h File Reference
#include <stdint.h>
Include dependency graph for data_object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const uint8_t manifest_int []
 
const uint8_t int_continue_fragment_array []
 
const uint8_t int_final_fragment_array []
 

Variable Documentation

◆ int_continue_fragment_array

const uint8_t int_continue_fragment_array[]

Fragment array for continue with 608 bytes of payload and 32 bytes of digest of next fragment

Definition at line 136 of file data_object.h.

◆ int_final_fragment_array

const uint8_t int_final_fragment_array[]
Initial value:
=
{
0x2E, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B, 0x3C, 0x3D,
0x3E, 0x3F, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E,
0x4F, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x5B, 0x5C, 0x5D, 0x5E,
0x5F, 0x3B
}

Fragment array for final with 50 bytes of payload

Definition at line 185 of file data_object.h.

◆ manifest_int

const uint8_t manifest_int[]

Manifest when the payload is integrity protected

Definition at line 43 of file data_object.h.