TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_RNG_INTERFACE Struct Reference

#include <MdePkg/Include/Guid/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 142 of file Rng.h.

Field Documentation

◆ GetInfo

EFI_RNG_GET_INFO _EFI_RNG_INTERFACE::GetInfo

Definition at line 143 of file Rng.h.

◆ GetRNG

EFI_RNG_GET_RNG _EFI_RNG_INTERFACE::GetRNG

Definition at line 144 of file Rng.h.


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