VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/RngAlgorithm.h

最後變更 在這個檔案是 105670,由 vboxsync 提交於 8 月 前

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 603 位元組
 
1/** @file
2 Rng Algorithm
3
4 Copyright (c) 2023, Arm Limited. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6**/
7
8#ifndef RNG_ALGORITHM_GUID_H_
9#define RNG_ALGORITHM_GUID_H_
10
11///
12/// The implementation of a Random Number Generator might be unsafe, when using
13/// a dummy implementation for instance. Allow identifying such implementation
14/// with this GUID.
15///
16#define EDKII_RNG_ALGORITHM_UNSAFE \
17 { \
18 0x869f728c, 0x409d, 0x4ab4, {0xac, 0x03, 0x71, 0xd3, 0x09, 0xc1, 0xb3, 0xf4 } \
19 }
20
21extern EFI_GUID gEdkiiRngAlgorithmUnSafe;
22
23#endif // #ifndef RNG_ALGORITHM_GUID_H_
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette