iPXE
|
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 |
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.
EFI_RNG_GET_INFO _EFI_RNG_INTERFACE::GetInfo |
EFI_RNG_GET_RNG _EFI_RNG_INTERFACE::GetRNG |
Definition at line 146 of file Rng.h.
Referenced by efirng_get_noise().