Jetson Linux API Reference

32.6.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rng_srv_msg Struct Reference

Detailed Description

Holds an IPC packet for communication with the RNG.

Definition at line 68 of file rng_srv.h.

Data Fields

uint32_t rng_size
 Actual size of a requested random number. More...
 
uint8_t rng_data [RNG_SRV_DATA_SIZE]
 Holds the random number generated by RNG. More...
 

Field Documentation

uint8_t rng_srv_msg::rng_data[RNG_SRV_DATA_SIZE]

Holds the random number generated by RNG.

Definition at line 71 of file rng_srv.h.

uint32_t rng_srv_msg::rng_size

Actual size of a requested random number.

Definition at line 69 of file rng_srv.h.


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