Specifies structures that define the interface to the SE hardware random number generator (SE RNG1)
Description: This file specifies structures used to interface with the Jetson security engine (SE) hardware implementation of the NIST-SP 800-108 counter-mode key definition functions (KDFs).
Definition in file rng_srv.h.
Go to the source code of this file.
Data Structures | |
| struct | rng_srv_msg |
| Holds an IPC packet for communication with the RNG. More... | |
Macros | |
| #define | RNG_SRV_DATA_SIZE 2048 |
| Maximum length of a random number. More... | |
Typedefs | |
| typedef struct rng_srv_msg | rng_srv_msg_t |
| Holds an IPC packet for communication with the RNG. More... | |
Functions | |
| void | rng_srv_process_req (iovec_t *ipc_msg) |
| void rng_srv_process_req | ( | iovec_t * | ipc_msg | ) |