|
TianoCore EDK2 master
|
#include <Guid/Rng.h>Go to the source code of this file.
Macros | |
| #define | EFI_RNG_PROTOCOL_GUID |
Typedefs | |
| typedef EFI_RNG_INTERFACE | EFI_RNG_PROTOCOL |
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 |