iPXE
random_bit_generator Struct Reference

An RBG. More...

#include <rbg.h>

Data Fields

struct drbg_state state
 DRBG state.
int started
 Startup has been attempted.

Detailed Description

An RBG.

Definition at line 17 of file rbg.h.

Field Documentation

◆ state

struct drbg_state random_bit_generator::state

DRBG state.

Definition at line 19 of file rbg.h.

◆ started

int random_bit_generator::started

Startup has been attempted.

Definition at line 21 of file rbg.h.


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