![]() |
OPTIGA™ Trust M
Host Library Documentation
|
Specifies the structure for protected update data configuration. More...
#include <example_optiga_util_protected_update.h>

Data Fields | |
| uint16_t | target_oid |
| Target OID. More... | |
| const uint8_t * | target_oid_metadata |
| Target OID metadata. More... | |
| uint16_t | target_oid_metadata_length |
| Target OID metadata length. More... | |
| const optiga_protected_update_manifest_fragment_configuration_t * | data_config |
| Pointer to a buffer where continue fragment data is stored. More... | |
| const char * | set_prot_example_string |
| Pointer to a protected update example string. More... | |
Specifies the structure for protected update data configuration.
Definition at line 192 of file example_optiga_util_protected_update.h.
| const optiga_protected_update_manifest_fragment_configuration_t* optiga_protected_update_data_configuration::data_config |
Pointer to a buffer where continue fragment data is stored.
Definition at line 201 of file example_optiga_util_protected_update.h.
| const char* optiga_protected_update_data_configuration::set_prot_example_string |
Pointer to a protected update example string.
Definition at line 203 of file example_optiga_util_protected_update.h.
| uint16_t optiga_protected_update_data_configuration::target_oid |
Target OID.
Definition at line 195 of file example_optiga_util_protected_update.h.
| const uint8_t* optiga_protected_update_data_configuration::target_oid_metadata |
Target OID metadata.
Definition at line 197 of file example_optiga_util_protected_update.h.
| uint16_t optiga_protected_update_data_configuration::target_oid_metadata_length |
Target OID metadata length.
Definition at line 199 of file example_optiga_util_protected_update.h.