iPXE
Data Fields
drbg_state Struct Reference

A Deterministic Random Bit Generator. More...

#include <drbg.h>

Data Fields

struct hmac_drbg_state internal
 Algorithm internal state. More...
 
int reseed_required
 Reseed required flag. More...
 
int valid
 State is valid. More...
 

Detailed Description

A Deterministic Random Bit Generator.

Definition at line 49 of file drbg.h.

Field Documentation

◆ internal

struct hmac_drbg_state drbg_state::internal

Algorithm internal state.

Definition at line 51 of file drbg.h.

◆ reseed_required

int drbg_state::reseed_required

Reseed required flag.

Definition at line 53 of file drbg.h.

◆ valid

int drbg_state::valid

State is valid.

Definition at line 55 of file drbg.h.


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