|
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. | |
Typedefs | |
| typedef EFI_RNG_INTERFACE | EFI_RNG_PROTOCOL |
Functions | |
| FILE_LICENCE (BSD2_PATENT) | |
| FILE_SECBOOT (PERMITTED) | |
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 |
Global ID for the Random Number Generator Protocol.
Definition at line 22 of file Rng.h.
| typedef EFI_RNG_INTERFACE EFI_RNG_PROTOCOL |
| FILE_LICENCE | ( | BSD2_PATENT | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
extern |