iPXE
Data Fields
_EFI_RNG_INTERFACE Struct Reference

The Random Number Generator (RNG) interface 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) interface provides random bits for use in applications, or entropy for seeding other random number generators.

This interface is shared between the RNG Protocol defined in the UEFI 2.4 Specification and the RNG PPI defined in the PI 1.9 Specification.

Definition at line 144 of file Rng.h.

Field Documentation

◆ GetInfo

EFI_RNG_GET_INFO _EFI_RNG_INTERFACE::GetInfo

Definition at line 145 of file Rng.h.

◆ GetRNG

EFI_RNG_GET_RNG _EFI_RNG_INTERFACE::GetRNG

Definition at line 146 of file Rng.h.

Referenced by efirng_get_noise().


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