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

Specifies the data structure of random generation. More...

#include <optiga_lib_common.h>

Public Attributes

uint16_t random_data_length
 Random data length. More...
 
uint16_t optional_data_length
 Optional data length. More...
 
uint8_t * random_data
 user buffer for storing random data More...
 
const uint8_t * optional_data
 user buffer which holds the optional data More...
 

Detailed Description

Specifies the data structure of random generation.

Member Data Documentation

◆ optional_data

const uint8_t* optiga_get_random::optional_data

user buffer which holds the optional data

◆ optional_data_length

uint16_t optiga_get_random::optional_data_length

Optional data length.

◆ random_data

uint8_t* optiga_get_random::random_data

user buffer for storing random data

◆ random_data_length

uint16_t optiga_get_random::random_data_length

Random data length.


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