OPTIGA™ Trust M
Host Library Documentation
hash_data_from_host Struct Reference

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

#include <optiga_lib_common.h>

Data Fields

const uint8_t * buffer
 data to hash More...
 
uint32_t length
 Length of data. More...
 

Detailed Description

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

Definition at line 318 of file optiga_lib_common.h.

Field Documentation

◆ buffer

const uint8_t* hash_data_from_host::buffer

data to hash

Definition at line 321 of file optiga_lib_common.h.

◆ length

uint32_t hash_data_from_host::length

Length of data.

Definition at line 323 of file optiga_lib_common.h.