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... | |
Specifies the data structure of random generation.
| const uint8_t* optiga_get_random::optional_data |
user buffer which holds the optional data
| uint16_t optiga_get_random::optional_data_length |
Optional data length.
| uint8_t* optiga_get_random::random_data |
user buffer for storing random data
| uint16_t optiga_get_random::random_data_length |
Random data length.