OPTIGA™ Trust M
Host Library Documentation
|
Specifies the data structure for protected update. More...
#include <optiga_lib_common.h>
Data Fields | |
const uint8_t * | p_protected_update_buffer |
Pointer to the buffer which contains manifest/fragment. More... | |
uint16_t | p_protected_update_buffer_length |
Manifest/Fragment length. More... | |
optiga_set_obj_protected_tag_t | set_obj_protected_tag |
Set protected object tag. More... | |
uint8_t | manifest_version |
manifest version More... | |
Specifies the data structure for protected update.
Definition at line 567 of file optiga_lib_common.h.
uint8_t optiga_set_object_protected_params::manifest_version |
manifest version
Definition at line 576 of file optiga_lib_common.h.
const uint8_t* optiga_set_object_protected_params::p_protected_update_buffer |
Pointer to the buffer which contains manifest/fragment.
Definition at line 570 of file optiga_lib_common.h.
uint16_t optiga_set_object_protected_params::p_protected_update_buffer_length |
Manifest/Fragment length.
Definition at line 572 of file optiga_lib_common.h.
optiga_set_obj_protected_tag_t optiga_set_object_protected_params::set_obj_protected_tag |
Set protected object tag.
Definition at line 574 of file optiga_lib_common.h.