OPTIGA™ Trust M
Host Library Documentation
|
Specifies the structure to provide the details of data to be hashed from OPTIGA. More...
#include <optiga_lib_common.h>
Data Fields | |
uint16_t | oid |
OID of data object. More... | |
uint16_t | offset |
Offset within the data object. More... | |
uint16_t | length |
Number of data bytes starting from the offset. More... | |
Specifies the structure to provide the details of data to be hashed from OPTIGA.
Definition at line 329 of file optiga_lib_common.h.
uint16_t hash_data_in_optiga::length |
Number of data bytes starting from the offset.
Definition at line 336 of file optiga_lib_common.h.
uint16_t hash_data_in_optiga::offset |
Offset within the data object.
Definition at line 334 of file optiga_lib_common.h.
uint16_t hash_data_in_optiga::oid |
OID of data object.
Definition at line 332 of file optiga_lib_common.h.