iPXE
Data Fields
_EFI_RNG_PROTOCOL Struct Reference

The Random Number Generator (RNG) protocol provides random bits for use in applications, or entropy for seeding other random number generators. More...

#include <Rng.h>

Data Fields

EFI_RNG_GET_INFO GetInfo
 
EFI_RNG_GET_RNG GetRNG
 

Detailed Description

The Random Number Generator (RNG) protocol provides random bits for use in applications, or entropy for seeding other random number generators.

Definition at line 148 of file Rng.h.

Field Documentation

◆ GetInfo

EFI_RNG_GET_INFO _EFI_RNG_PROTOCOL::GetInfo

Definition at line 149 of file Rng.h.

◆ GetRNG

EFI_RNG_GET_RNG _EFI_RNG_PROTOCOL::GetRNG

Definition at line 150 of file Rng.h.

Referenced by efirng_get_noise().


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