OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
hash_data_in_optiga Struct Reference

Specifies the structure to provide the details of data to be hashed from OPTIGA. More...

#include <optiga_lib_common.h>

Public Attributes

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...
 

Detailed Description

Specifies the structure to provide the details of data to be hashed from OPTIGA.

Member Data Documentation

◆ length

uint16_t hash_data_in_optiga::length

Number of data bytes starting from the offset.

◆ offset

uint16_t hash_data_in_optiga::offset

Offset within the data object.

◆ oid

uint16_t hash_data_in_optiga::oid

OID of data object.


The documentation for this struct was generated from the following file: