iPXE
|
EFI_RNG_PROTOCOL as defined in UEFI 2.4. More...
#include <ipxe/efi/Guid/Rng.h>
Go to the source code of this file.
Macros | |
#define | EFI_RNG_PROTOCOL_GUID |
Global ID for the Random Number Generator Protocol. More... | |
Typedefs | |
typedef EFI_RNG_INTERFACE | EFI_RNG_PROTOCOL |
Functions | |
FILE_LICENCE (BSD2_PATENT) | |
Variables | |
EFI_GUID | gEfiRngProtocolGuid |
EFI_RNG_PROTOCOL as defined in UEFI 2.4.
The UEFI Random Number Generator Protocol is used to provide random bits for use in applications, or entropy for seeding other random number generators.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Rng.h.
#define EFI_RNG_PROTOCOL_GUID |
typedef EFI_RNG_INTERFACE EFI_RNG_PROTOCOL |
FILE_LICENCE | ( | BSD2_PATENT | ) |
EFI_GUID gEfiRngProtocolGuid |